R.utils (version 1.12.1)

as.character.binmode: Converts a binary/octal/hexadecimal number into a string

Description

Converts a binary/octal/hexadecimal number into a string.

Usage

## S3 method for class 'binmode':
as.character(x, ...)

Arguments

x
Object to be converted.
...
Not used.

Value

See Also

as.character.octmode(), cf. octmode. intToBin() (incl. intToOct() and intToHex()).