R/bit.R
as.character.bit.Rd
Coerce bit to character
# S3 method for class 'bit' as.character(x, ...)
a bit() vector
bit()
ignored
a character vector of zeroes and ones
as.character(bit(12)) #> [1] "0" "0" "0" "0" "0" "0" "0" "0" "0" "0" "0" "0"