assign_areas | R Documentation |
Assign areas
assign_areas(
major_stat_area_description,
area_regex = c("3[CD]+", "5[AB]+", "5[CDE]+")
)
major_stat_area_description |
A vector of major statistical area descriptions. |
area_regex |
A vector of regular expressions describing the areas group. |
x <- c(
"5D: NORTHERN HECATE STRAIT", "3C: S.W. VANCOUVER ISLAND",
"3D: N.W. VANCOUVER ISLAND"
)
assign_areas(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.