QR_save: Create a set of QR codes

View source: R/QR_generator.R

QR_saveR Documentation

Create a set of QR codes

Description

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.

Usage

QR_save(data)

Arguments

data

Either: A a data.frame or a csv filepath - columns labelled as URL and Title

Value

Pdf(s) of QR codes, saved to the current folder, named as "QR_Title.pdf"

Examples

df <- data.frame(URL = c("https://www.rstudio.com", "https://hip-fracture-app.web.app"), Title = c("RStudio", "HipFractureApp"))
QR_save(df)

IainMoppett/testpackage documentation built on Feb. 4, 2023, 11 p.m.