knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
You can install the development version from GitHub with:
# install.packages("remotes") remotes::install_github("jl5000/tidyged.utils")
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.