| set_offset | R Documentation |
Create parameters for tax offsets.
set_offset(
offset_1st = integer(1),
thresholds = integer(),
tapers = double(),
refundable = logical(1)
)
set_offsets(
...,
yr = NULL,
lito_max_offset = NULL,
lito_taper = NULL,
lito_min_bracket = NULL,
lito_multi = NULL
)
the_MAX_N_OFFSETN()
offset_1st |
|
thresholds |
|
tapers |
|
refundable |
|
... |
A set of offsets created by |
yr |
|
lito_max_offset, lito_taper, lito_min_bracket, lito_multi |
deprecated arguments to adjust (single-threshold) LITO. |
set_offsetA list of four elements, offset_1st,
thresholds, tapers, refundable.
set_offsetsA list of lists created by set_offset.
the_MAX_N_OFFSETNThe maximum number of offsets that may be used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.