knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

tidyged.utils

R-CMD-check CodeFactor

Various utilities to maintain and clean family tree GEDCOM files.

The package is part of the gedcompendium ecosystem of packages. This ecosystem enables the handling of tidyged objects (tibble representations of GEDCOM files), and the main package of this ecosystem is tidyged.

knitr::include_graphics("man/figures/allhex.png")


For an introduction to GEDCOM files, head to the website.

Installation

You can install the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("jl5000/tidyged.utils")

Features

GEDCOM files can get very large and unwieldy, resulting in inefficiencies and file bloat. The tidyged.utils package offers functions to automate the cleaning and handling of GEDCOM files. It includes:

Examples are given at the website.



jl5000/tidyged.utils documentation built on June 26, 2022, 4:40 p.m.