Skip to content

Commit

Permalink
Corrijo error en funcion geocoder de barrios
Browse files Browse the repository at this point in the history
  • Loading branch information
martoalalu committed May 20, 2020
1 parent 5a63723 commit ca46bc0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions R/USIG_geocode_barrios_vulnerables.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@
# '# Barrio Padre Ricciardelli (ex 1-11-14) -58.43477 -34.64977


library(tidyverse)
library(RCurl)
library(rjson)

USIG_geocode_barrios_vulnerables(c("Villa 31, manzana 2", "Rodrigo Bueno, manzana 2", "Villa 1-11-14, manzana 5"))

USIG_geocode_barrios_vulnerables("Villa 15, manzana 8")

USIG_geocode_barrios_vulnerables <- function(address) {

make_call <- function(address) {
Expand Down

0 comments on commit ca46bc0

Please sign in to comment.