all_birthdate_consistent: check whether all non-NA birthdates are consistent

Description Usage Arguments Value

View source: R/pedigree_consistency_checks.R View source: R/pedigree_consistency_checks_tbl_df.R

Description

Birthdates are checked using check_birthdate_tbl() and the resulting validated tbl_df pedigree is compared to the original pedigree. In case that we find differences, we return a list of row-indices that are not consistent

Birthdates are checked using check_birthdate_tbl() and the resulting validated tbl_df pedigree is compared to the original pedigree. In case that we find differences, we return a list of row-indices that are not consistent

Usage

1
2
3
all_birthdate_consistent(p_tbl_ped, pn_bd_col_idx, pb_out = FALSE)

all_birthdate_consistent(p_tbl_ped, pn_bd_col_idx, pb_out)

Arguments

p_tbl_ped

original pedigree as tbl_df

pn_bd_col_idx

column index of birthdate

pb_out

flag indicating whether debugging output should be written

p_tbl_ped

original pedigree as tbl_df

pn_bd_col_idx

column index of birthdate

Value

list of check result and row indices of non-consistent records

list of check result and row indices of non-consistent records


pvrqualitasag/PedigreeFromTvdData documentation built on May 29, 2019, 7:50 a.m.