AppendCheckDigit: Append a check digit to a value

View source: R/AppendCheckDigit.R

AppendCheckDigitR 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


fascinatingfingers/CheckDigit documentation built on April 28, 2022, 9:35 a.m.