Description Usage Arguments Value
Geocodes a set of addresses from a CSV file using the geocode function from bingmapr
1 2 3 4 5 6 7 8 |
csv_path |
File path of the CSV file with addresses to geocode |
addressLine_col |
Name of the column in the CSV containing the addressLine of the locations |
locality_col |
Name of the column in the CSV containing the locality of the locations |
adminDistrict_col |
Name of the column in the CSV containing the adminDistrict of the locations |
postalCode_col |
Name of the column in the CSV containing the postalCode of the locations |
countryRegion_col |
Name of the column in the CSV containing the countryRegion of the locations |
Tibble containing the original CSV with the columns "latitude" and "longitude" appended
Saves a copy of the inputted CSV including the geocoded coordinates to the same location as the original CSV with '_geocoded' appended to the filename
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.