View source: R/AppendCheckDigit.R
AppendCheckDigit | R Documentation |
Append a check digit to a value
AppendCheckDigit(x, method)
x |
character vector of values requiring a check digit |
method |
a character value naming the check digit algorithm to use |
character vector similar to x
but with a check digit appended to
each value
AppendCheckDigit("1234", "Verhoeff") # 12340
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.