calcExcise: Calculates the amount of alcohol excise

Description Usage Arguments Value

View source: R/calcExcise.R

Description

This function calculates the amount of excise that is payable in a given volume of beer. Rates for 2018 are given here. Note that according to the regulations, excise duty on beer is payable on the alcohol content above 1.15

Usage

1
calcExcise(abv, volume_per_bottle, bottles_per_slab = 24)

Arguments

abv

Numeric. Provide the percentage alcohol by volume of the beer.

volume_per_bottle

Numeric. Provide the volume of beer in a bottle in mls.

bottles_per_slab

Numeric. Provide the number of bottles of beer in a slab. Defaults to 24.

Value

Numeric. The amount (rounded up to the nearest cent) paid in excise duties.


SteveLane/ausBeerTax documentation built on May 30, 2019, 4:05 a.m.