Learn R Programming

inegiR (version 2.0.0)

legacy_state: State 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_PIB_estados(token)

series_crecimiento_regiones(token)

series_ITAE_estados(token)

Arguments

token

API token supplied by INEGI

Value

Data.frame

Details

For detail of calculation of growth by regions, refer to: http://enelmargen.org/eem/regiones/index.html

Examples

Run this code
# NOT RUN {
token <- "webservice_token"
# GDP by state
dat <- series_PIB_estados(token)
# Growth by regions (see details)
dat <- series_crecimiento_regiones(token)
# Trimestral economic activity indicator, by state
dat <- series_ITAE_estados(token)
# }

Run the code above in your browser using DataLab