Learn R Programming

bit (version 4.5.0)

as.character.bit: Coerce bit to character

Description

Coerce bit to character

Usage

# S3 method for bit
as.character(x, ...)

Value

a character vector of zeroes and ones

Arguments

x

a bit vector

...

ignored

Examples

Run this code
as.character(bit(12))

Run the code above in your browser using DataLab