View source: R/validate_inputs.R
| validate_metadata | R Documentation |
Checks that an ADaM or SDTM metadata data.frame contains the required
columns (dataset, variable) and canonicalizes column names to lowercase.
validate_metadata(df, kind = c("adam", "sdtm"))
df |
A data.frame of dataset metadata. |
kind |
Character; |
A tibble with canonicalized column names.
meta <- data.frame(DATASET = "ADSL", VARIABLE = "SUBJID", LABEL = "Subject ID")
validate_metadata(meta, kind = "adam")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.