clean_from_taxsim {usincometaxes} | R Documentation |
Clean final TAXSIM data set.
Description
Clean the data set received from TAXSIM by renaming columns and removing columns not needed in the final output.
Usage
clean_from_taxsim(from_taxsim)
Arguments
from_taxsim |
The data set received from TAXSIM. |
Value
Data frame containing the row's taxsimid
and tax calculations. This data frame can be
merged with the original input data frame by taxsimid
.
[Package usincometaxes version 0.7.1 Index]