Create an object recording facts covered in a source record
Source:R/cls_record_sour.R
FactsRecorded.Rd
Create an object recording facts covered in a source record
Arguments
- fact_types
A character string indicating the types of events that were recorded in a particular source. Each event type is separated by a comma and space. For example, a parish register of births, deaths, and marriages would be BIRT, DEAT, MARR.
- date_period
A date period given either as a formatted GEDCOM string, or a
DatePeriod()
object.- date_phrase
Textual information that cannot be expressed in the date.
- territory
The territory associated with the events covered. This can either be a
Place()
object or a character string (a comma-separated string of region names, ordered from smallest to largest).