check_taxsimid: Check that the taxsimid
column is an integer and every value is unique.
Description
The taxsimid
column requires a whole number and unique value. Check to make sure this is true.
Usage
check_taxsimid(taxsimid_col)
Arguments
- taxsimid_col
Vector that id the taxsimid
column. This will always be the column taxsimid
in the input data frame.