tbl_inflation_adjust_variables | R Documentation |
Adjust amounts to specified index year dollars using data from the Minneapolis Federal Reserve to adjust.
tbl_inflation_adjust_variables( data, date_column = NULL, amount_columns = NULL, index_year = NULL, return_message = T )
data |
a 'tibble' |
date_column |
character vector of the date column |
amount_columns |
vector of amount columns to adjust |
index_year |
if not 'NULL' year to use as index adjustor, if 'NULL' uses most recent year from Minneapolis Federal Reserve |
return_message |
if 'TRUE' returns a message |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.