read_process_extract | R Documentation |
Read in and Process Tyler Report Extract Reads in unprocessed Tyler Budget Extract Report Custom file, and performs base-processing on the file to pull expenditure data or revenue data.
read_process_extract( filepath = "./data/Budget Extract Report Custom.xlsx", exp = F )
filepath |
Filepath to unprocessed Tyler Budget Extract Report Custom file |
exp |
Exp indicates whether want to return revenue dataset (F) or expenditure dataset (T; default). Unprocessed Tyler Budget Extract Report Custom is structured as a revenue dataset on top of an expenditure dataset |
Base-processed Tyler Budget Extract report custom file with standard column names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.