remotes::install_github('aberWARU/bronglaisBarcodes')
This packages utilises the zint
command line tool, and (for now) is only available for use on Linux OS.
library(bronglaisBarcodes)
generate_barcodes(filePath = '~/barcodeTestDirectory',
ID = 'YOUR_ID_CODE',
DOB = '01/01/1990',
GENDER = 'M',
ADDRESS = 'A_BUILDING',
TYPE = c('FORM', 'LOG', 'FBC')
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.