find_yrstooearly: Identify years too early

View source: R/table_preparation.R

find_yrstooearlyR Documentation

Identify years too early

Description

Pulls year columns that should be omitted from budget tables because they are before the range of years

Usage

find_yrstooearly(fy, bud_extract_df, tbltype = "recent")

Arguments

fy

Fiscal year of this budget book

bud_extract_df

A budget extract dataframe to pull year columns from

tbltype

Options include "recent" (to include only preceding 3 fiscal years) and "operating" (to include preceding 4 fiscal years)

Value

String vector of year columns to exclude from dataframe


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