inegi_destiny {inegiR}R Documentation

Returns INEGI destiny id's with matching searches

Description

Returns data.frame with id's and coordinates that match with the API names.

Usage

inegi_destiny(search, token)

Arguments

search

Character vector to search for

token

Sakbe API token supplied by INEGI

Value

Data.frame

Author(s)

Eduardo Flores

Examples

# All id's in Monterrey, Mex.
## Not run: 
token <- "webservice_token"
dest_ids <- inegi_destiny("monterrey", token)

## End(Not run)


[Package inegiR version 3.0.0 Index]