powered by
The function returns a bit string containing the message.
qr_error(x, ecl = c("L", "M", "Q", "H"))
The message as a bits() object.
bits()
the input string
the required error correction level. Available options are "L" (7%), "M" (15%), "Q" (25%) and "H" (30%). Defaults to "L".
"L"
"M"
"Q"
"H"
Thierry Onkelinx
Other internal: qr_encode(), qr_matrix(), qr_mode(), qr_version()
qr_encode()
qr_matrix()
qr_mode()
qr_version()
qr_error("HELLO WORLD")
Run the code above in your browser using DataLab