get_cansim_code_set {cansim} | R Documentation |
Get NDM code sets
Description
Useful to get a list of surveys or subjects and used internally
Usage
get_cansim_code_set(
code_set = c("scalar", "frequency", "symbol", "status", "uom", "survey", "subject",
"wdsResponseStatus"),
refresh = FALSE
)
Arguments
code_set |
the code set to retrieve. |
refresh |
Default is |
Value
A tibble with english and french labels for the given code set
Examples
## Not run:
get_cansim_code_set("survey")
## End(Not run)
[Package cansim version 0.3.16 Index]