check_state {usincometaxes} | R Documentation |
Check state column
Description
State should be either a two letter abbreviation or full state name. Check to make sure this is true.
Usage
check_state(.data, cols, state_column_name)
Arguments
.data |
A data frame containing the input parameters for the TAXSIM 35 program. The column names of the input parameters are below. The column can be in any order. |
cols |
The column names, as a string, in the data set |
state_column_name |
The column name of the state column. |
[Package usincometaxes version 0.7.1 Index]