| base30toNumeric | R Documentation |
The conversion functions from base10 to base30 and vice versa are
used by the generate_uids() functions.
base30toNumeric(x)
numericToBase30(x)
x |
The vector to convert (numeric for |
The symbols to represent the 'base 30' system are the 0-9
followed by the alphabet without vowels but including the y. This
vector is available as base30.
The converted vector (numeric for base30toNumeric, character for numericToBase30).
numericToBase30(654321);
base30toNumeric(numericToBase30(654321));
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.