Learn R Programming

inegiR (version 3.0.0)

inegi_destiny: 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

Examples

Run this code
# NOT RUN {
# All id's in Monterrey, Mex.
# }
# NOT RUN {
token <- "webservice_token"
dest_ids <- inegi_destiny("monterrey", token)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab