Rdocumentation
powered by
Learn R Programming
R.utils (version 2.0.2)
intToBin: Converts an integer to a binary/octal/hexadecimal number
Description
Converts an integer to a binary/octal/hexadecimal number.
Usage
intToBin(x) intToOct(x) intToHex(x)
Arguments
x
An
integer
to be converted.
Value
Returns a
character
.