data.quality.report.brc: Create the data quality report

Description Usage Arguments Examples

Description

Create a detailed data quality report, including file summary, site summary, data completeness, and density plot. The result can be found in path/report/data_quality_report.pdf/md. Using this function, one can also create a site/trust specified report, see the argument "site". You need to make sure that you have the right to write into the work_dir.

Usage

1
data.quality.report.brc(ccd, pdf = T, brc = NULL, path = NULL)

Arguments

ccd

ccRecord

pdf

logical create the pdf version of the DQ report, otherwise stay in markdown format

path

report export path

site

a vector of the site ids for the site specified report.

Examples

1
## Not run: data.quality.report(ccd, c("Q70", "C90"))

CC-HIC/ccdata documentation built on May 6, 2019, 9:23 a.m.