View source: R/cansim_helpers.R
add_provincial_abbreviations | R Documentation |
Add provincial abbreviations as factor
add_provincial_abbreviations(data)
data |
A tibble as returned by |
The input tibble with additional factor GEO.abb that contains language-specific provincial abbreviations
## Not run:
df <- get_cansim("17-10-0005")
df <- add_provincial_abbreviations(df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.