Function to identify the version of the QRcode based on input string
qrVersionInfo(dataString, ECLevel = "L")dataString is the input string
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.
1 row dataframe that include all required info to generate QRcode.