qrcode icon indicating copy to clipboard operation
qrcode copied to clipboard

QRcode Generator for R

Results 1 qrcode issues
Sort by recently updated
recently updated
newest added

generate_svg() failed when the input string contain '&'. ``` r library(qrcode) qr_code("https://docs.google.com/forms/viewform?vc=0&c=0&w=1&flr=0", ecl = "H") |> generate_svg("myqrcode.svg") ``` Created on 2024-02-09 with [reprex v2.1.0](https://reprex.tidyverse.org) Here is the first few lines...

bug