applyTagMappings | R Documentation |
Iterates over a list of tag mappings and, if a tag matches the line, updates the record.
applyTagMappings(line, record, pattern_rows, tag_mappings)
line |
A character string from the GEDCOM file. |
record |
A named list representing the individual's record. |
pattern_rows |
A list with GEDCOM tag counts. |
tag_mappings |
A list of lists. Each sublist should define:
- |
A list with the updated record (record
) and a logical flag (matched
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.