| register_indicator | R Documentation |
Adds an indicator definition to the local in-memory registry.
register_indicator(
indicator_id,
domain,
description,
expected_inputs = character(0),
default_thresholds = numeric(0),
tags = character(0)
)
indicator_id |
Character. Stable identifier for the indicator. |
domain |
Character. One of |
description |
Character. Human-readable description. |
expected_inputs |
Character vector. Evidence source types this indicator expects. |
default_thresholds |
Named numeric vector. Optional thresholds. |
tags |
Character vector. Optional tags (e.g., |
The indicator definition list, invisibly.
register_indicator(
indicator_id = "P21-001",
domain = "quality",
description = "Required variable is missing from dataset"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.