recode_personnel_other: Recode expenditures as personnel, operating, or...

recode_personnel_otherR Documentation

Recode expenditures as personnel, operating, or non-departmental Code expenditures as perosonnel, operating, or non-departmental types

Description

Recode expenditures as personnel, operating, or non-departmental Code expenditures as perosonnel, operating, or non-departmental types

Usage

recode_personnel_other(
  df,
  category_num_col = category_num,
  division_col = division,
  div_desc = division_desc,
  accountnum_desc_col = accountnum_desc
)

Arguments

df

Ungrouped Tyler-extract report, ideally processed by base_report_extract

category_num_col

Data-masked column identifying the category number; default category_num

division_col

Data-masked column identifying the full division; defaults division

div_desc

Data-masked column identifying description of division; defaults division_desc

accountnum_desc_col

Data-masked column identifying the account number; defaults accountnum_desc

Value

Dataframe with perstype column of factor type categorizing expenditures as "Personnel" or "Other Operating Expenses"


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