census_make_dguid | R Documentation |
This function takes a set of census region geographic unique identifiers (GEOUIDs) and returns their corresponding geographic identifiers (DGUIDs). These DGUIDs are useful because you can use them to query StatsCan's APIs to retrieve census data.
census_make_dguid(data, geouid_type = NA, vintage_year = 2016)
data |
A vector or one-column dataframe of census Geographic Unique Identifiers (GEOUIDs). |
geouid_type |
The type of GEOUID. Consult the dataframe
|
vintage_year |
The year for the data you're interested in. Different GEOUID types have different options. The default is 2016, the most recent census year available. |
https://www150.statcan.gc.ca/n1/pub/92f0138m/92f0138m2019001-eng.htm
Data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.