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

format.binmodeR Documentation

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'
format(x, ...)

Arguments

x

Object to be converted.

...

Not used.

Value

Returns a character.

Author(s)

Henrik Bengtsson

See Also

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


R.utils documentation built on April 3, 2025, 10:45 p.m.