inegi_destiny: Returns INEGI destiny id's with matching searches

View source: R/v3_sakbe.R

inegi_destinyR 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)


Eflores89/inegiR documentation built on Jan. 31, 2024, 4:19 a.m.