Description Usage Arguments Details Value Author(s) Examples
This function converts the nonnegative integer to the specified base.
1 2 3 |
n |
Non-negative integer. |
base |
Number between 2 and 36. |
len |
Length of the character string. |
This function converts the nonnegative integer n
to the specified
base, where n
must be a nonnegative integer smaller than 2^52,
base
must be an integer between 2 and 36 and len
suggests the
length of the character string.
The returned argument is a string.
Brandon Whitcher bwhitcher@gmail.com
1 | x <- dec2base(23, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.