Skip to contents

Get the data series for the monthly Economic Activity Indicator of the Dominican Republic. It includes seasonal and non seasonal adjusted series, as well as monthly and year over year variations.

Usage

get_imae_2007(variaciones = TRUE)

Arguments

variaciones

Boolean indicating if variations should be included or index only

Value

a tibble

Examples

get_imae(variaciones = FALSE)
#> # A tibble: 85 × 4
#>    fecha       year mes        indice_original
#>    <date>     <dbl> <chr>                <dbl>
#>  1 2018-01-01  2018 Enero                 95.1
#>  2 2018-02-01  2018 Febrero               94.7
#>  3 2018-03-01  2018 Marzo                101. 
#>  4 2018-04-01  2018 Abril                 98.8
#>  5 2018-05-01  2018 Mayo                 101. 
#>  6 2018-06-01  2018 Junio                 99.5
#>  7 2018-07-01  2018 Julio                100. 
#>  8 2018-08-01  2018 Agosto               101. 
#>  9 2018-09-01  2018 Septiembre            97.3
#> 10 2018-10-01  2018 Octubre              101. 
#> # ℹ 75 more rows