View source: R/metabolomics_qc.R
check_results | R Documentation |
check whether results file is following guidelines
check_results(r_m, m_s, m_m, return_n_issues = FALSE, verbose = TRUE)
r_m |
(data.frame) results df |
m_s |
(char) metadata_sample df |
m_m |
(char) metadata_metabolites df |
return_n_issues |
(logical) if |
verbose |
(logical) |
(int) number of issues identified
{
check_results(r_m = results_named, m_s = metadata_sample_named, m_m = metadata_metabolites_named)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.