qr: QR code Functions

qrcodeR Documentation

QR code Functions

Description

Encode and decode alphanumeric QR codes.

Usage

encodeQR(x)
decodeQR(s)

Arguments

x

Alphanumeric character vector.

s

Alphanumeric QR binary code character vector.

Value

encode64 returns QR-encoded character strings.

decode64 returns a character vector.

Examples

encodeQR("This is a string to encode.")
decodeQR(encodeQR("This is a string to encode and decode."))

graywh/r-gmisc documentation built on April 19, 2023, 1:42 p.m.