as.character.binmode {R.utils} | R Documentation |
Converts a binary/octal/hexadecimal number into a string.
## S3 method for class 'binmode': as.character(x, ...)
x |
Object to be converted. |
... |
Not used. |
Returns a character
.
Henrik Bengtsson (http://www.braju.com/R/)
as.character.octmode()
, cf. octmode
.
intToBin
() (incl. intToOct()
and intToHex()
).