check whether results file is following guidelines
check_results(r_m, m_s, m_m, return_n_issues = FALSE, verbose = TRUE)
(data.frame) results df
(char) metadata_sample df
(char) metadata_metabolites df
(logical) if TRUE
returns the number of issues
(logical) TRUE
(default) shows messages
(int) number of issues identified
{
check_results(r_m = results_named, m_s = metadata_sample_named, m_m = metadata_metabolites_named)
}
#> + (+) All samples from `results_metabolite` are available in `metadata_sample`
#> + (+) `metabolite_name` is identical in both [results] and `metadata_metabolites` files: OK
#> + (+) `sample_id` columns are numeric: OK