Description Usage Arguments Value Author(s) Examples
Returns data.frame with businesses registered in DENUE in the vicinity of supplied coordinates.
1 | inegi_denue(latitud, longitud, token, meters = 250, keyword = "todos")
|
latitud |
Character vector with latitud (in decimals) |
longitud |
Character vector with longitud (in decimals) |
token |
API token supplied by INEGI |
meters |
Meters to search in a circle from coordinates. Defaults to 250 |
keyword |
Keyword to search in business description (in spanish). Defaults to all (todos). |
Data.frame
Eduardo Flores
1 2 3 4 5 6 7 8 | # All businesses in a 1 km radius from the Macroplaza in Monterrey, Mex.
## Not run:
token<-"webservice_token"
latitud<- 25.669194
longitud<- -100.30990
businesses <- inegi_denue(latitud, longitud, token, meters = 1000)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.