View source: R/script - family tools.R
find_familyInfo | R Documentation |
Works on a dataframe of individuals (rows) including two columns ID_ma and ID_pa, which are the ID's of that individual's parents. For each individual, looks up another dataset of family info to attach family info to that individual (based on ID of its mother and father df_families structure: must include columns ID_ma and ID_pa for each row (family).
find_familyInfo(df, df_families, columns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.