interface
parameter to
taxsim_calculate_taxes()
, which allows users to select the
method of interfacing with TAXSIM.interface
parameter. The
functionality incorporates Aman Gupta Karmani’s JS / WebAssembly tooling
into the package. Therefore, tax calculations can be conducted locally
without send and retrieving data from the TAXSIM servers. (@thomascwells, PR
#11)interface
parameter. This option
uses curl to send and retrieve data from TAXSIM via https. (@thomascwells, PR #9)Updated the input column names so that all input columns in TAXSIM are represented. Changed spelling on one input column name to match TAXSIM (changed ‘ui’ to ‘sui’). (#7, @thomascwells)