These functions give a summary of key information of individuals/families/notes etc.

df_indi(gedcom)

df_famg(gedcom)

df_media(gedcom)

df_sour(gedcom)

df_repo(gedcom)

df_note(gedcom)

Arguments

gedcom

A tidyged object.

Value

A tibble summarising records where every row is a record.

Examples

df_indi(sample555)
#> # A tibble: 3 × 12
#>   xref  name     sex   date_of_birth place_of_birth date_of_death place_of_death
#>   <chr> <chr>    <chr> <chr>         <chr>          <chr>         <chr>         
#> 1 @I1@  Robert … M     2 OCT 1822    Weston, Madis… "14 APR 1905" "Stamford, Fa…
#> 2 @I2@  Mary An… F     BEF 1828      Connecticut, … ""            ""            
#> 3 @I3@  Joe Wil… M     11 JUN 1861   Idaho Falls, … ""            ""            
#> # … with 5 more variables: mother <chr>, father <chr>, num_siblings <chr>,
#> #   num_children <int>, last_modified <chr>
df_famg(sample555)
#> # A tibble: 2 × 8
#>   xref  husband         wife  relationship_ty… relationship_da… relationship_pl…
#>   <chr> <chr>           <chr> <chr>            <chr>            <chr>           
#> 1 @F1@  Robert Eugene … "Mar… ""               "DEC 1859"       "Rapid City, Pe…
#> 2 @F2@  Robert Eugene … ""    ""               ""               ""              
#> # … with 2 more variables: num_children <chr>, last_modified <chr>
df_sour(sample555)
#> # A tibble: 1 × 4
#>   xref  originator title                                           last_modified
#>   <chr> <chr>      <chr>                                           <chr>        
#> 1 @S1@  ""         Madison County Birth, Death, and Marriage Reco… ""           
df_repo(sample555)
#> # A tibble: 1 × 6
#>   xref  name                   city           state country        last_modified
#>   <chr> <chr>                  <chr>          <chr> <chr>          <chr>        
#> 1 @R1@  Family History Library Salt Lake City Utah  United States… ""