df_fundtable: All Operating Funds Table

View source: R/fund_prep.R

df_fundtableR Documentation

All Operating Funds Table

Description

Generate all operating funds dataframe with combined revenues and expenditures for a fund-filtered to

Usage

df_fundtable(rev_df, exp_df, fundac, fy = 2023, fundcol = fund_recode, ...)

Arguments

rev_df

Base-processed revenue dataframe

exp_df

Base-processed expenditures dataframe

fundac

Acronym of fund to filter data to.

fy

Fiscal year of this budget book; default 2023

fundcol

Data-masked name of fund column to supply df_all_op_funds function; default fund_recode

...

Optional additional arguments to find_yrstooearly, filter_fund, and revenue_factorize functions.

Value

Dataframe of all operating funds with revenue and expenditures in one dataframe, filtered to one fund


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