Learn R Programming

qrencoder (version 0.1.0)

qrencode_png: Return a QR encoded string as a base 64 encoded inline png

Description

Return a QR encoded string as a base 64 encoded inline png

Usage

qrencode_png(to_encode)

Arguments

to_encode
the data to encode

Examples

Run this code
cat(qrencode_png("http://rud.is/b"))

Run the code above in your browser using DataLab