Description Usage Arguments Value Examples
Lists the expected values in the processed, cached FCDS data using the built-in recoding, or alternatively returns a tibble containing information about the cleaned column and value labels and the original data values.
1 2 | fcds_const(var = "year_group", full = FALSE,
fcds_recoding_file = NULL)
|
var |
An FCDS variable or a package constant. Set to |
full |
If |
fcds_recoding_file |
The path to the recoding specification yaml file.
Set to |
A character vector of valid FCDS values, or a tibble with information about the original and recoded FCDS data values.
1 2 3 4 5 6 7 | fcds_const("race")
fcds_const("race", full = TRUE)
fcds_const("cancer_site_group", full = TRUE) %>% head()
fcds_const("moffitt_catchment")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.