rxIntToBase {rxode2} | R Documentation |
Convert a positive base
Description
Convert a positive base
Usage
rxIntToBase(x, base = 36L)
Arguments
x |
integer to convert |
base |
can be 2 to 36 |
Value
a sequence of letters and representing the number(s) input
Author(s)
Matthew L. Fidler
Examples
rxIntToBase(1:100)
[Package rxode2 version 3.0.4 Index]