powered by
Convert a bits object into a character string
# S3 method for bits as.character(x, ...)
the bits object
currently ignore
Thierry Onkelinx
Other bits: bits(), bits2int(), c.bits(), print.bits()
bits()
bits2int()
c.bits()
print.bits()
z <- bits(c(FALSE, TRUE, TRUE, FALSE)) z as.character(z)
Run the code above in your browser using DataLab