Imports a *.ged file and creates a gedcom object.
Usage
read_gedcom(filepath = NULL, lines = NULL)
Arguments
- filepath
The full filepath of the GEDCOM file. If this and the lines
parameter are both NULL then you will be prompted to select a file.
- lines
If the filepath is not provided then a character vector of
GEDCOM lines can be provided.
Value
A gedcom S7 object.