Description Usage Arguments Value Note
Convert a dollar value to its inflation-adjusted 2018 dollar value. Two time series from the US Bureau of Labor Statistics (BLS) are provided: all goods (CUSR0000SA0) and all good less shelter (CUSR0000SA0L2).
1 2 | convert_to_2018_dollars(value, date_string, cpi,
series_title = "less_shelter")
|
value |
numeric |
date_string |
character, a date-like character string in the following pattern: "YYYY-MM-DD" |
cpi |
list, the |
series_title |
character, either |
a named list (length == 2) contained named vectors of the inflation adjustment rate for each year.
A list of all the BLS series id codes is available here: https://download.bls.gov/pub/time.series/cu/cu.series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.