pull_year_cols | R 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).
pull_year_cols(df, nochng = NULL)
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 |
Character vector of year columns in dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.