parse_gedcom_date | R Documentation |
Convert a GEDCOM date into a lubridate date
parse_gedcom_date(date_string, minimise = TRUE)
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. |
A lubridate date.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.