Last chance! 50% off unlimited learning
Sale ends in
Add provincial abbreviations as factor
add_provincial_abbreviations(data)
The input tibble with additional factor GEO.abb that contains language-specific provincial abbreviations
A tibble as returned by get_cansim
with provincial level data
if (FALSE) {
df <- get_cansim("17-10-0005")
df <- add_provincial_abbreviations(df)
}
Run the code above in your browser using DataLab