validate_gedcom: Validate a GEDCOM file

View source: R/validate_gedcom.R

validate_gedcomR Documentation

Validate a GEDCOM file

Description

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.

Usage

validate_gedcom(gedcom, expected_encoding)

Arguments

gedcom

A tidyged object

expected_encoding

A character string given the expected file encoding. One of "UTF-8", "UTF-16LE", or "UTF-16BE".

Value

Nothing


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