find_familyIDs: Obtains family IDs based on known mothers and fathers

Description Usage

View source: R/script - family tools.R

Description

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.
Then looks up a dataframe of family info, df_families, with rows as families, and finds the ID's of each individual's family

Usage

1
find_familyIDs(df, df_families)

Eiriksen/fishytools documentation built on April 4, 2020, 5:08 a.m.