powered by
FALSE
0
TRUE
1
Print a bits vector Display the logical vector as a bit string where FALSE is shown as 0 and TRUE as 1.
# S3 method for bits print(x, ...)
the object to print
currently ignored
Thierry Onkelinx
Other bits: as.character.bits(), bits(), bits2int(), c.bits()
as.character.bits()
bits()
bits2int()
c.bits()
z <- bits(c(FALSE, TRUE)) print(z)
Run the code above in your browser using DataLab