pull_year_cols: Pull Year Column Names Pulls names of year columns from...

View source: R/data_prep.R

pull_year_colsR Documentation

Pull Year Column Names Pulls names of year columns from minimally or non-minimally Tyler Extract Report custom dataset, with year column names following standard format of ####_#### or diff(year number).

Description

Pull Year Column Names Pulls names of year columns from minimally or non-minimally Tyler Extract Report custom dataset, with year column names following standard format of ####_#### or diff(year number).

Usage

pull_year_cols(df, nochng = NULL)

Arguments

df

Minimally-processed Tyler Extract report custom dataset. Year columns in dataset follow a standard naming convention of ####_#### or diff(year number).

nochng

Whether to include columns measuring changes from one year to another or differences between years. If null, returns all columns; if true, omits change columns; if false, returns just change columns

Value

Character vector of year columns in dataset


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