powered by
Takes a number and prepares it for input to the verhoeff algorithim by reversing it
prepare_number(number)
A single number that can be coerced to numeric
A numeric vector of length equal to number of digits in the input
# NOT RUN { prepare_number(1234) # }
Run the code above in your browser using DataLab