check_numeric {usincometaxes} | R Documentation |
Check numeric columns
Description
Checks that each column which should be numeric or integer is numeric or integer.
Usage
check_numeric(.data, cols)
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 |
[Package usincometaxes version 0.7.1 Index]