DammDigit: Get Damm check digit

Description Usage Arguments Examples

Description

Get Damm check digit

Usage

1

Arguments

x

Number that you want the check digit for.

Examples

1
2
3
4
5
6
x <- 12345
DammDigit(x)
# so we need to add 9 to the end of the number
x <- 123459
DammDigit(x)
# The 0 tells us it works

SiBorg7/Damm documentation built on May 11, 2019, 4:15 p.m.