Expand all cases where 'cnty_abbr' is either "TOT" or 'NA', replacing with the full set of nine county codes.
1 2 3 4 5 6 | expand_counties(
input_data,
cnty_var = "cnty_abbr",
cnty_codes = NULL,
verbose = getOption("verbose")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.