View source: R/cdisc_validate.R
| validate_adam | R Documentation |
Validates a data frame against a specific ADaM dataset specification. Similar to
validate_sdtm() but uses ADaM metadata and treats Conditional variables differently.
validate_adam(df, domain)
df |
A data frame to validate. |
domain |
Character string specifying the ADaM dataset name (e.g., "ADSL", "ADAE"). |
Severity levels:
ERROR: Required variable is missing
WARNING: Data type mismatch detected
INFO: Conditional variable missing, non-standard variable, or variable information
A data frame with validation results containing columns:
category |
Character: validation issue type |
variable |
Character: variable name |
message |
Character: issue description |
severity |
Character: "ERROR", "WARNING", or "INFO" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.