print.qr_code {qrcode} | R Documentation |
Print the qr_code object
Description
Please use plot(x)
for a better quality image
Usage
## S3 method for class 'qr_code'
print(x, ...)
Arguments
x |
the |
... |
currently ignored |
Author(s)
Thierry Onkelinx
See Also
Other qr:
coordinates()
,
generate_svg()
,
plot.qr_code()
,
qr_code()
,
qr_event()
,
qr_wifi()
Examples
qr_code("HELLO WORLD")
[Package qrcode version 0.2.2 Index]