as.character.binmode
From R.utils v1.12.0
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 class '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.