plot_bud_pies: Budget Book Pie Charts

View source: R/plot_data.R

plot_bud_piesR Documentation

Budget Book Pie Charts

Description

Create pie charts for budget book. Change the input dataframe (ideally, from the bud_list options) to change what's visualized.

Usage

plot_bud_pies(df_fund, namecol, yrcol)

Arguments

df_fund

Dataframe; e.g., bud_list$fund. Changing the

namecol

Name of column to supply to label pie chart values. E.g., "accountnum" if pie chart is showing expenditures for all accounts. Input data-masked column name.

yrcol

Year-column to visualize data for in pie chart as data-masked column.


dpowerstp/tpbudget documentation built on June 3, 2022, 1:41 a.m.