as.character.bits {qrcode} | R Documentation |
Convert a bits object into a character string
## S3 method for class 'bits'
as.character(x, ...)
x |
the bits object |
... |
currently ignore |
Thierry Onkelinx
Other bits:
bits()
,
bits2int()
,
c.bits()
,
print.bits()
z <- bits(c(FALSE, TRUE, TRUE, FALSE))
z
as.character(z)