Description Usage Arguments Examples
create reports from results of qualcon
call.
1 2 3 4 | render_quality(x, dir)
## S3 method for class 'data.frame'
render_quality(x, dir)
|
x |
an object of class |
dir |
directory where reports should be written |
1 2 3 4 5 6 7 8 9 10 11 12 13 | load_dir <- system.file(package = "antaDraft",
"data_sample/load_sample_2017")
load_data <- anta_load(data_dir = load_dir )
load_data <- augment_validation(load_data)
qc <- qualcon(load_data)
render_quality(qc, "raw_qc")
aggregated_db <- agg_data(load_data)
aggregated_db <- augment_validation(aggregated_db)
qc <- qualcon(aggregated_db)
render_quality(qc, "agg_qc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.