lookupTaxAmount: lookupTaxAmount

View source: R/TaxBenefit.R

lookupTaxAmountR Documentation

lookupTaxAmount

Description

Search the tax amount to be paig given one income on the tax tables.

Usage

lookupTaxAmount(Income, Tabelle, CivilStatus)

Arguments

Income

Annual stipend.

Tabelle

Income - Tax rate table at Federal level.

CivilStatus

Marital status.

Value

Tax amount to be paid.

See Also

swisstax

Examples

## Not run: 
lookupTaxAmount(Income = 100000, Tabelle = BundessteueTabelle, CivilStatus = "A")

## End(Not run)

miraisolutions/SmaRP documentation built on March 23, 2022, 6:46 a.m.