Define or override a population configuration
Usage
define_population_config(
registry,
name,
variable,
label = NULL,
description = NULL,
flag_value = "Y",
priority = 100L
)Examples
if (FALSE) { # \dontrun{
registry <- load_config()
registry <- define_population_config(
registry,
name = "CUSTOM_POP",
variable = "POPFL",
label = "Custom Population"
)
} # }
