Convert a GEDCOM date into a lubridate date

parse_gedcom_date(date_string, minimise = TRUE)

Arguments

date_string

A date_calendar() string.

minimise

Whether to fill in missing date pieces so that the date is minimised. For example, if no month is given, January is used. If minimise = FALSE, December will be used.

Value

A lubridate date.