as.character.binmode
From R.utils v2.10.1
by Henrik Bengtsson
Converts a binary/octal/hexadecimal number into a string
Converts a binary/octal/hexadecimal number into a string.
- Keywords
- manip, programming, character
Usage
# S3 method for binmode
as.character(x, ...)
Arguments
- x
Object to be converted.
- ...
Not used.
Value
Returns a character
.
See Also
as.character.octmode()
, cf. octmode
.
intToBin
() (incl. intToOct()
and intToHex()
).
Community examples
Looks like there are no examples yet.