as.character.bits {qrcode}R Documentation

Convert a bits object into a character string

Description

Convert a bits object into a character string

Usage

## S3 method for class 'bits'
as.character(x, ...)

Arguments

x

the bits object

...

currently ignore

Author(s)

Thierry Onkelinx

See Also

Other bits: bits2int(), bits(), c.bits(), print.bits()

Examples

z <- bits(c(FALSE, TRUE, TRUE, FALSE))
z
as.character(z)

[Package qrcode version 0.2.2 Index]