if (FALSE) {
# This will return a warning that no match was found, but will suggest similar named regions.
library(dplyr)
list_census_regions("CA21") %>%
filter(level=="CSD", CMA_UID=="59933") %>%
add_unique_names_to_region_list()
}
Run the code above in your browser using DataLab