add_provincial_abbreviations: Add provincial abbreviations as factor

View source: R/cansim_helpers.R

add_provincial_abbreviationsR Documentation

Add provincial abbreviations as factor

Description

Add provincial abbreviations as factor

Usage

add_provincial_abbreviations(data)

Arguments

data

A tibble as returned by get_cansim with provincial level data

Value

The input tibble with additional factor GEO.abb that contains language-specific provincial abbreviations

Examples

## Not run: 
df <- get_cansim("17-10-0005")
df <- add_provincial_abbreviations(df)

## End(Not run)


cansim documentation built on Oct. 11, 2023, 1:07 a.m.