write_gedcom: Save a tidyged object to disk as a GEDCOM file

View source: R/export.R

write_gedcomR Documentation

Save a tidyged object to disk as a GEDCOM file

Description

Save a tidyged object to disk as a GEDCOM file

Usage

write_gedcom(gedcom, filepath = file.choose())

Arguments

gedcom

A tidyged object.

filepath

The full filepath to write to.

Details

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.

Value

Nothing.


jl5000/tidyged.io documentation built on Aug. 11, 2022, 9:53 a.m.