pt_chng_calc | R Documentation |
Adds change or difference in year columns to pivot table, summing total difference/change columns and recalculating/rounding percentage columns
pt_chng_calc(pt, colname, proj, current, adpt = NULL)
pt |
Pivot table to add change or difference columns to, created by pivottabler::PivotTable$new() |
colname |
Name of change or difference column |
proj |
Name of projected year column |
current |
Name of current year column |
adpt |
Name of adapted budget column; default NULL. Used to provide additional information to Departments for Departmental pivot tables |
Pivot table with change or difference column addded to it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.