Learn R Programming

qrcode (version 0.1.1)

qrVersionInfo: Function to identify the version of the QRcode based on input string

Description

Function to identify the version of the QRcode based on input string

Usage

qrVersionInfo(dataString, ECLevel = "L")

Arguments

dataString

dataString is the input string

ECLevel

Error Correction Level. In QRcode standard, the are 4 levels \"L\",\"M\",\"Q\" and \"H\" which represent 7%, 15%, 20% and 30% data recovery capability.

Value

1 row dataframe that include all required info to generate QRcode.