geocode_ide_uy: A function to geocoding directions using IDE_uy

View source: R/geocode_ide_uy.R

geocode_ide_uyR Documentation

A function to geocoding directions using IDE_uy

Description

A function to geocoding directions using IDE_uy

Usage

geocode_ide_uy(x, details = F)

Arguments

x

Dataframe with unless 3 variables: dpto = corresponding to the department, loc = city / location, dir = to the address.

details

Logical value, default FALSE for X and Y variables only, if TRUE keep all variables of the service.

Details

https://direcciones.ide.uy/swagger-ui.html#/geocode,_reverse,_inversa

Value

The DafaFrame x with the coordinates variables append (x and y)

See Also

Other service: add_geom(), load_geouy(), reverse_ide_uy(), tiles_geouy(), where_uy(), which_uy()

Examples


# x1 <- cbind(dpto="Montevideo",loc="Montevideo",dir="Av. 18 de julio 1453")
# x2 <- data.frame(x1, stringsAsFactors = F)
# geocode_ide_uy(x2)


geouy documentation built on Aug. 23, 2023, 5:07 p.m.