powered by
Note: this function is deprecated; use this function in the {squids} package!
{squids}
base30toNumeric(x)numericToBase30(x)
numericToBase30(x)
The converted vector (numeric for base30toNumeric, character for numericToBase30).
base30toNumeric
numericToBase30
The vector to convert (numeric for numericToBase30, character for base30toNumeric).
The conversion functions from base10 to base30 and vice versa are used by the generate_uids() functions.
generate_uids()
The symbols to represent the 'base 30' system are the 0-9 followed by the alphabet without vowels but including the y (see squids::squids-package).
squids::squids-package
rock::numericToBase30( 654321 ); rock::base30toNumeric( rock::numericToBase30( 654321 ) );
Run the code above in your browser using DataLab