View source: R/geocode_Colombia.R
geocode_Colombia | R Documentation |
This function allows you to geocode addresses in Colombia, specifying address, city and a CRS.
geocode_Colombia(df, CRS, id, address, city, names_crs, names_sep)
df |
The dataframe containing the information. |
CRS |
The CRS for geocoding the addresses. |
id |
The name of the column with the id for keeping track of your data. |
address |
The name of the column with the addresses for geocoding. |
city |
The name of the column with the city of the address. |
The coordinates of the address given, and the match score.
geocode_Colombia(df, 3116, "id","street", "city")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.