Description Usage Arguments Value Examples
Adjust by cpi, i.e. set to current prices
1 | cpi_adjust(df, vars, timevar, at_date = NULL)
|
vars |
Variables to adjust |
timevar |
Date variable |
at_date |
Date to adjust to |
df with adjusted series
1 2 3 4 5 6 7 8 | yfirverd <- yfirverd_get_data()
yfirverd %>%
sql_clean() %>%
cpi_adjust(
vars = vars(Kaupverd, AuglystSoluverd),
timevar = Dim_Timi_Utgefid
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.