read_gedcom: Import a GEDCOM file

View source: R/import.R

read_gedcomR Documentation

Import a GEDCOM file

Description

Imports a *.ged file and creates a tidyged object.

Usage

read_gedcom(filepath = file.choose())

Arguments

filepath

The full filepath of the GEDCOM file.

Value

A tidyged object

Examples

## Not run: 
read_gedcom("C:/my_family.ged")

## End(Not run)

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