Description Usage Arguments Examples
View source: R/create_pedigree_report.R
The checks in this package are done for a given pedigree given by ps_pedigree_path. The results of the checks are summarised in a report which is generated by this function.
1 2 3 4 5 6 7 8 |
ps_pedigree_path |
path to the pedigree file |
ps_report_outdir |
report output directory |
ps_report_rmd |
name of the pedigree report file |
pl_params |
list of parameters to be included in the report |
1 2 3 4 5 6 7 | ## Not run:
s_pedigree_path <- file.path(here::here(), 'inst', 'extdata', 'PopReport_OST_mit_20210318.csv_adaptfin5.csv')
create_pedigree_report(ps_pedigree_path = system.file('extdata',
'PopReport_SN_ohne_20210115.csv_adaptfin2.csv',package = 'qpdt'),
ps_report_outdir = file.path(here::here(), 'scratch', 'report_out'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.