| validate_adamish | R Documentation |
Validates that a dataset conforms to required variables for a given ADaM domain. If no domain is supplied, it will attempt to infer one based on variable names.
validate_adamish(df, domain = NULL)
df |
A data.frame to validate |
domain |
Optional. A string naming the ADaM domain to validate against. |
A list with: - 'domain': inferred or provided domain - 'is_valid': logical - 'missing_required': character vector - 'missing_recommended': character vector - 'error': character or NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.