qrencode_raw {qrencoder} | R Documentation |
Encodes a string as a QR code
Description
Encodes a string as a QR coder
Usage
qrencode_raw(to_encode, version = 0L, level = 0L, hint = 2L,
caseinsensitive = 1L)
Arguments
to_encode |
character string to encode |
version |
version of the symbol. If |
level |
error correction level ( |
hint |
tell the library how Japanese Kanji characters should be
encoded. If " |
caseinsensitive |
case-sensitive( |
See Also
http://www.qrcode.com/en/about/version.html
[Package qrencoder version 0.1.0 Index]