
Conversion between base10 and base30 & base36
Source:R/base30toNumeric.R, R/numericToBase30.R
base30and36conversion.RdThe conversion functions from base10 to base30 are
used by the generate_id() functions; the base36
functions are just left here for convenience.
Arguments
- x
The vector to convert (numeric for the
numericTofunctions, character for thebase30toandbase36tofuntions).
Value
The converted vector (numeric for the base30to and base36to funtions,
character for the numericTo functions).