powered by
Enter a number, and an existing check digit. Function will return true if the supplied check digit is a correct verhoeff check digit for the given number
verhoeff_validate(number, check_digit)
A numerical input
An existing check digit for the input number
Logical vector
# NOT RUN { verhoeff::verhoeff_validate(123, 3) # }
Run the code above in your browser using DataLab