Converts from base 10 to other bases represented by a given set of symbols.
Converts from base 10 to other bases represented by a given set of symbols.
convert_base(
numbers,
symbols = letters,
base = length(symbols),
min_length = 0
)convert_base(
numbers,
symbols = letters,
base = length(symbols),
min_length = 0
)
character vector
character vector
One or more numbers to convert.
The set of symbols to use for the new base.
The base to convert to.
The minimum number of symbols in each result.