c.bits {qrcode} | R Documentation |
Combine bits
Description
The result inherits arguments from the first element.
Usage
## S3 method for class 'bits'
c(...)
Arguments
... |
the bits to concatenate |
Author(s)
Thierry Onkelinx
See Also
Other bits:
as.character.bits()
,
bits2int()
,
bits()
,
print.bits()
Examples
z <- bits(c(FALSE, TRUE))
z
c(z, z, rev(z))
[Package qrcode version 0.2.2 Index]