qr_version | R Documentation |
Determine the required version Returns a list with the version, error correction level and mode. The bit string encodes mode and the length of the input string.
qr_version(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_encode()
,
qr_error()
,
qr_matrix()
,
qr_mode()
qr_version("HELLO WORLD")
qr_version("hello world", ecl = "H")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.