rxIntToBase function

Convert a positive base

Convert a positive base

rxIntToBase(x, base = 36L)

Arguments

  • x: integer to convert
  • base: can be 2 to 36

Returns

a sequence of letters and representing the number(s) input

Examples

rxIntToBase(1:100)

Author(s)

Matthew L. Fidler