R.utils (version 2.12.3)

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

Description

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

Usage

# S3 method for binmode
format(x, ...)

Value

Returns a character.

Arguments

x

Object to be converted.

...

Not used.

Author

Henrik Bengtsson

See Also

format.octmode(), cf. octmode. intToBin() (incl. intToOct() and intToHex()).