Description Usage Arguments Examples
For a given individual, this function returns IDs of the parents and their (shared) offspring being ever born.
1  | get_foundfam_id(x, df_ped)
 | 
x | 
 An individual ID  | 
df_ped | 
 A dataframe for genealogical relations providing the variables 'id', 'momid' and 'dadid'  | 
1 2 3 4  | ## Not run: 
grap_ped(1067, df_ped)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.