View source: R/old_taxa--internal.R View source: R/internal.R
convert_base | R Documentation |
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
)
numbers |
One or more numbers to convert. |
symbols |
The set of symbols to use for the new base. |
base |
The base to convert to. |
min_length |
The minimum number of symbols in each result. |
character vector
character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.