View source: R/unique_atco_codes.R
lookup_atco_codes | R Documentation |
Return a lookup table of all permitted ATCO codes and area names for a specified area string and/or country
lookup_atco_codes(area_name = "", country = "")
area_name |
string of partial or complete area name. Default is blank, which returns a full lookup table. |
country |
string of country code ("ENG", "SCO", "WAL" or "GB"). Default is blank, which returns a full lookup table. |
A data frame containing two columns, "AreaName" a character column containing names of geographic regions and AtcoAreaCode, a character column containing corresponding ATCO codes for these areas.
#Return all ATCO codes lookup_atco_codes() #Return Yorkshire ATCO codes lookup_atco_codes(area_name = "yorkshire") #Return ATCO codes in Scotland lookup_atco_codes(country = "SCO")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.