# NOT RUN {
# All businesses in a 1 km radius from the Macroplaza in Monterrey, Mex.
# }
# NOT RUN {
token<-"webservice_token"
latitud<-"25.669194"
longitud<-"-100.30990"
# in english
businesses <- inegi_denue(latitud, longitud, token, metros = 1000)
# in spanish (legacy)
negocios <- denue_inegi(latitut, longitud, token, metros = 100)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab