| validate_indicator | R Documentation |
Checks that an indicator definition list is well-formed.
validate_indicator(indicator)
indicator |
A list with required fields: |
TRUE invisibly if valid; throws an error otherwise.
validate_indicator(list(
indicator_id = "P21-001",
domain = "quality",
description = "Missing required variable"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.