Learn R Programming

inegiR (version 2.0.0)

confidence: Consumer confidence

Description

Returns the rate of change in consumer confidence. Month over month is a seassonally adjusted rate, year over year is the original series.

Usage

rate_cconfidence(token)

tasa_confianza(token)

Arguments

token

API token supplied by INEGI

Value

data.frame

Examples

Run this code
# NOT RUN {
token<-"webservice_token"
conf <- rate_cconfidence(token)
# }

Run the code above in your browser using DataLab