Description Usage Arguments Value Examples
View source: R/check_pedigree_helper.R
The pedigree is read from a file with a tabular structure. The columns are separated by a character given by ps_delim.
1  | read_prp_pedigree(ps_pedig_path, ps_delim = "|", pcol_types = NULL)
 | 
ps_pedig_path | 
 path to the pedigree input file  | 
ps_delim | 
 column delimiting character  | 
tbl_pedigree tibble containing pedigree
1 2 3 4 5  | ## Not run: 
p <- read_prp_pedigree(ps_pedig_path = system.file('extdata',
'PopReport_SN_ohne_20210115.csv_adaptfin2.csv', package = 'qprppedigree'))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.