split_gedcom_values: Convert the GEDCOM form to GEDCOM grammar

View source: R/export.R

split_gedcom_valuesR Documentation

Convert the GEDCOM form to GEDCOM grammar

Description

This function introduces CONC/CONT lines for line values that exceed the given number of characters and for lines containing line breaks.

Usage

split_gedcom_values(gedcom, char_limit)

Arguments

gedcom

A tidyged object.

char_limit

Maximum string length of values.

Value

A tidyged object in the GEDCOM grammar ready to export.


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