check_crossfile_olink_validation | R Documentation |
Check values from results are vailable in both metdata proteins and metadata samples files
check_crossfile_olink_validation(
r_o,
m_s,
m_p,
return_n_issues = FALSE,
verbose = TRUE
)
r_o |
(data.frame) results df |
m_s |
(char) metadata_sample df |
m_p |
(char) metadata_proteins df |
return_n_issues |
(logical) if |
verbose |
(logical) |
(int) number of issues identified
{
## Not run:
check_crossfile_olink_validation(r_o = results, m_s = metadata_samples, m_p = metadata_proteins)
## End(Not run)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.