write_gedcom | R Documentation |
Save a tidyged object to disk as a GEDCOM file
write_gedcom(gedcom, filepath = file.choose())
gedcom |
A tidyged object. |
filepath |
The full filepath to write to. |
This function prepares the tidyged object and then writes it to the filepath. Steps taken include escaping "@" signs (with another "@") and splitting long lines onto separate lines.
Nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.