rxIntToBase: Convert a positive base

View source: R/rudfui.R

rxIntToBaseR 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)


nlmixr2/rxode2 documentation built on Jan. 11, 2025, 8:48 a.m.