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()).


HenrikBengtsson/R.utils documentation built on March 7, 2024, 9:37 a.m.