Gets the dates of birth for each individual in titre_dat

get_DOBs(titre_dat)

Arguments

titre_dat

the data frame of titre data. See example_titre_dat

Value

a data frame with individual ID and DOB

See also

Other get_summary: get_n_alive_group(), get_n_alive()

Examples

data(example_titre_dat) get_DOBs(titre_dat)
#> Error in unique(titre_dat[, c("individual", "DOB")]): object 'titre_dat' not found