census_vectors | R Documentation |
Return Census variable names and labels as a tidy data frame (Deprecated)
census_vectors(x)
x |
A data frame, |
A data frame with a column variable
containing the truncated
variable name, and a column label
describing it.
## Not run:
# Query census data with truncated labels:
census_data <- get_census(dataset='CA16', regions=list(CMA="59933"),
vectors=c("v_CA16_408","v_CA16_409","v_CA16_410"),
level='CSD', geo_format = "sf", labels="short")
# Get details for truncated vectors:
census_vectors(census_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.