Description Usage Arguments Details Value Author(s)
View source: R/validateDataset.R
Validate an existing data frame prior to upload
1 | validateDataFrame(data, validation_id = NULL)
|
data |
The data frame containing the data you want to validate. |
validation_id |
The name of the id you want to validate the dataset with respect to: subject_id, biospecimen_id or assay_material. |
Requires setCreds() to have been run successfully.
A data frame containing any rows of the original data frame for which there are one or more mismatches between records with matching validation_ids.
Amy Paguirigan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.