Conversion between base10 and base30 & base36
Source:R/base30toNumeric.R
, R/numericToBase30.R
base30and36conversion.Rd
The 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
numericTo
functions, character for thebase30to
andbase36to
funtions).
Value
The converted vector (numeric for the base30to
and base36to
funtions,
character for the numericTo
functions).