recode_personnel_other | R Documentation |
Recode expenditures as personnel, operating, or non-departmental Code expenditures as perosonnel, operating, or non-departmental types
recode_personnel_other( df, category_num_col = category_num, division_col = division, div_desc = division_desc, accountnum_desc_col = accountnum_desc )
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 |
Dataframe with perstype column of factor type categorizing expenditures as "Personnel" or "Other Operating Expenses"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.