Coerce bitwhich to character

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

Arguments

x

a bitwhich() vector

...

ignored

Value

a character vector of zeroes and ones

Examples

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