splitIndividuals | R Documentation |
This function partitions the GEDCOM file (as a vector of lines) into a list of blocks, where each block corresponds to a single individual starting with an "@ INDI" line.
splitIndividuals(lines, verbose = FALSE)
lines |
A character vector of lines from the GEDCOM file. |
verbose |
Logical indicating whether to output progress messages. |
A list of character vectors, each representing one individual.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.