powered by
Plot the QR code
# S3 method for qr_code plot(x, col = c("white", "black"), y, ...)
the qr_code object
qr_code
Define the colours. The first element refers to FALSE and the second TRUE. Defaults to c("white", "black").
FALSE
TRUE
c("white", "black")
currently ignored
Thierry Onkelinx
Other qr: generate_svg(), print.qr_code(), qr_code(), qr_event(), qr_wifi()
generate_svg()
print.qr_code()
qr_code()
qr_event()
qr_wifi()
qr <- qr_code("HELLO WORLD") plot(qr)
Run the code above in your browser using DataLab