intToBin
From R.utils v0.5.5
by Henrik Bengtsson
Converts an integer to a binary/octal/hexadecimal number
Converts an integer to a binary/octal/hexadecimal number.
- Keywords
- manip, programming, character
Usage
intToBin(x)
intToOct(x)
intToHex(x)
Arguments
- x
- An
integer
to be converted.
Value
Community examples
Looks like there are no examples yet.