check_metadata_analyte | R Documentation |
Checks whether the metadata_analyte file follows the required guidelines.
check_metadata_analyte(
df,
return_n_issues = FALSE,
validate_uniprot = FALSE,
verbose = TRUE
)
df |
(data.frame) The metadata_analyte data frame to check. |
return_n_issues |
(logical) If |
validate_uniprot |
(logical) If |
verbose |
(logical) If |
(int) The number of issues identified if return_n_issues
is TRUE
.
## Not run:
check_metadata_analyte(df = metadata_analyte)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.