parse_gedcom_date: Convert a GEDCOM date into a lubridate date

View source: R/dates.R

parse_gedcom_dateR Documentation

Convert a GEDCOM date into a lubridate date

Description

Convert a GEDCOM date into a lubridate date

Usage

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.


jl5000/tidyged.internals documentation built on Aug. 21, 2022, 8:32 p.m.