View source: R/bulk_postcode_lookup.R
bulk_postcode_lookup | R Documentation |
Returns a list of matching postcodes and respective available data.
bulk_postcode_lookup(postcodes)
postcodes |
Accepts a list of postcodes. Accepts up to 100 postcodes.
For only one postcode use |
A list of length one.
postcode_lookup
for documentation.
pc_list <- list(
postcodes = c("PR3 0SG", "M45 6GN", "EX165BL")) # spaces are ignored
bulk_postcode_lookup(pc_list)
# The function needs a list of length one. This won't work:
bulk_postcode_lookup(list("PR3 0SG", "M45 6GN", "EX165BL"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.