View source: R/validate_gedcom.R
validate_gedcom | R Documentation |
Conduct some simple (but not exhaustive) checks on a GEDCOM file. This function is called when importing a GEDCOM file. The checks contained within are relatively simple since there are a wealth of GEDCOM validators already available.
validate_gedcom(gedcom, expected_encoding)
gedcom |
A tidyged object |
expected_encoding |
A character string given the expected file encoding. One of "UTF-8", "UTF-16LE", or "UTF-16BE". |
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.