QR_save | R Documentation |
QR_save
is a wrapper of qrcode
that takes either a dataframe or formatted csv file of URLs
and titles and then saves the QR codes with appropriate titles. Useful for supporting presentations.
QR_save(data)
data |
Either: A a data.frame or a csv filepath - columns labelled as URL and Title |
Pdf(s) of QR codes, saved to the current folder, named as "QR_Title.pdf"
df <- data.frame(URL = c("https://www.rstudio.com", "https://hip-fracture-app.web.app"), Title = c("RStudio", "HipFractureApp")) QR_save(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.