qr_encode | R Documentation |
The message converted into a bit string.
qr_encode(x, ecl = c("L", "M", "Q", "H"))
x |
the input string |
ecl |
the required error correction level.
Available options are |
Thierry Onkelinx
Other internal:
qr_error()
,
qr_matrix()
,
qr_mode()
,
qr_version()
qr_encode("HELLO WORLD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.