budget_list | R Documentation |
Create List of Grouped Datasets Groups base-processed Tyler Expenditures or Revenue dataset by different combinations of columns of interest, summing year columns by groups and calculating changes for a given fiscal-year. Returns list of grouped-dataframes
budget_list(df, curr_fy = 2022, .missingcols = F)
df |
Tyler Budget Extract report expenditures or revenue dataset |
curr_fy |
Current fiscal year |
.missingcols |
Whether to print names of grouped-columns that are not present in the dataframe |
List of datasets, grouped by different combinations of group columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.