Description Usage Arguments Examples
Load BRC's bespoke postcode directory
1 2 3 4 | load_postcodes(
postcode.path = file.path(options("brclib.data_path"), "Postcodes"),
postcode.name = "National_Statistics_Postcode_Lookup - BRC.csv"
)
|
postcode.path |
Where the postcodes file is stored |
postcode.name |
Name of the postcodes file |
1 2 3 4 | ## Not run:
if (!exists("postcodes")) postcodes = load_postcodes()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.