# NOT RUN {
# }
# NOT RUN {
search_census_regions('Victoria', 'CA16')
# This will return a warning that no match was found, but will suggest similar named regions.
search_census_regions('Victorea', 'CA16')
# This will limit region results to only include CMA level regions
search_census_regions('Victoria', 'CA16', level = "CMA")
# }
Run the code above in your browser using DataLab