View source: R/base-conversion.R
base_n | R Documentation |
Convert between base numbers
base_n(x, from = 10, to = 10)
x |
A vector of integers |
from , to |
An integer base to convert to and from; |
The A vector of integers converted from base from
to base to
base_n(c(24, 22, 16), from = 7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.