Learn R Programming

huito (version 0.2.6)

barcode_qr: Barcode generator

Description

Generate bar codes using QR codes

Usage

barcode_qr(text, color = "black", alpha = 1, ecl = "H")

Value

plot

Arguments

text

text to convert to QR bar code

color

Bar code color

alpha

Intensity of the bar code color

ecl

Error correction level (percentage). "L" (7), "M" (15), "Q" (25) and "H" (30). Defaults to "H"

Examples

Run this code

library(huito)

barcode_qr("LIMA-2021-11-03_15_3_4")


Run the code above in your browser using DataLab