AppendCheckDigit {CheckDigit}R Documentation

Append a check digit to a value

Description

Append a check digit to a value

Usage

AppendCheckDigit(x, method)

Arguments

x

character vector of values requiring a check digit

method

a character value naming the check digit algorithm to use

Value

character vector similar to x but with a check digit appended to each value

Examples

AppendCheckDigit("1234", "Verhoeff") # 12340


[Package CheckDigit version 1.0.0 Index]