get_layout | R Documentation |
A utility to retrieve pre-formatted label layout configurations.
get_layout(label.type)
label.type |
A character string describing the label vendor, product number and output page size. |
This function allows easy access to label layout configurations for a range of vendor's label formats. More layouts are being continually added and users are welcome to submit their own. See the package website for more information on the available configurations
make_pdf
.
require(idLabelR)
example_spreadsheet = system.file("extdata", "Example.txt", package = "idLabelR")
ids = make_ids(example_spreadsheet)
layout = get_layout("cryobabies_LCRY_1700_A4")
make_pdf(ids, layout)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.