.postProcessGedcom.legacy | R Documentation |
Post-process GEDCOM Data Frame
.postProcessGedcom.legacy(
df_temp,
remove_empty_cols = TRUE,
combine_cols = TRUE,
add_parents = TRUE,
skinny = TRUE,
verbose = FALSE
)
df_temp |
A data frame containing information about individuals. |
remove_empty_cols |
A logical value indicating whether to remove columns with all missing values. |
combine_cols |
A logical value indicating whether to combine columns with duplicate values. |
add_parents |
A logical value indicating whether to add parents to the data frame. |
skinny |
A logical value indicating whether to return a skinny data frame. |
verbose |
A logical value indicating whether to print messages. |
A data frame with processed information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.