qr_encode: Create the bit encoding

View source: R/qr_encode.R

qr_encodeR Documentation

Create the bit encoding

Description

The message converted into a bit string.

Usage

qr_encode(x, ecl = c("L", "M", "Q", "H"))

Arguments

x

the input string

ecl

the required error correction level. Available options are "L" (7%), "M" (15%), "Q" (25%) and "H" (30%). Defaults to "L".

Author(s)

Thierry Onkelinx

See Also

Other internal: qr_error(), qr_matrix(), qr_mode(), qr_version()

Examples

qr_encode("HELLO WORLD")

qrcode documentation built on Nov. 11, 2023, 5:07 p.m.