Learn R Programming

inegiR (version 2.0.0)

legacy: Miscellaneous functions in spanish

Description

Each of these functions return data in the previous (v1.2) format in spanish and have no interchangeable pair in english. See the examples for each series meaning.

Usage

series_opiniones(token)

series_actividad_industrial(token)

Arguments

token

API token supplied by INEGI

Value

Data.frame

Examples

Run this code
# NOT RUN {
token<-"webservice_token"
# Opinion of bussinesmen in different sectors
dat <- series_opiniones(token)
# Industrial activity (monthly survey)
dat <- series_actividad_industrial(token)
# }

Run the code above in your browser using DataLab