Description Usage Arguments Examples
perform quality control
1 2 3 4 |
x |
data where controls have been evaluated |
1 2 3 4 5 6 7 8 9 10 11 | 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)
qualcon(load_data)
aggregated_db <- agg_data(load_data)
aggregated_db <- augment_validation(aggregated_db)
qualcon(aggregated_db)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.