geocode_Colombia: geocode in Colombia

View source: R/geocode_Colombia.R

geocode_ColombiaR Documentation

geocode in Colombia

Description

This function allows you to geocode addresses in Colombia, specifying address, city and a CRS.

Usage

geocode_Colombia(df, CRS, id, address, city, names_crs, names_sep)

Arguments

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.

Value

The coordinates of the address given, and the match score.

Examples

geocode_Colombia(df, 3116, "id","street", "city")

samesag/emu documentation built on Aug. 22, 2023, 3:19 p.m.