Coerce bit to character

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

Arguments

x

a bit() vector

...

ignored

Value

a character vector of zeroes and ones

Examples

as.character(bit(12))
#>  [1] "0" "0" "0" "0" "0" "0" "0" "0" "0" "0" "0" "0"