year_transform | R Documentation |
Rename Year Columns Renames year columns to match budget book descriptions, for representation in visualizations and tables
year_transform(yrcol)
yrcol |
String or string-vector associated with year column names from tpbudget::base_process_extract() |
String representation of year column
{ year_transform("yr2021_2022.total.budget") year_transform(c("yr2021_2022.ytd.activity.through.april", "yr2021_2022.total.budget")) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.