make_labels {baRcodeR} | R Documentation |
This addin will allow you to interactive create ID codes and generate PDF files of QR codes.
make_labels()
Opens RStudio addin gadget window for making labels and barcodes in a GUI
if(interactive()){
library(baRcodeR)
make_labels()
}