View source: R/data.quality.report.R
| data.quality.report | R Documentation | 
Create a detailed data quality report, including file summary, site summary, data completeness, and density plot. The result can be found in work_dir/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.
data.quality.report(ccd, site = NULL, file = NULL, pdf = TRUE, out = "report")
| ccd | ccRecord | 
| site | a vector of the site ids for the site specified report. | 
| file | character a list of XML file origins. | 
| pdf | logical create the pdf version of the DQ report, otherwise stay in markdown format | 
| out | character output path | 
## Not run: data.quality.report(ccd, c("Q70", "C90"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.