get_layout: Get a label layout.

View source: R/get_layout.R

get_layoutR Documentation

Get a label layout.

Description

A utility to retrieve pre-formatted label layout configurations.

Usage

get_layout(label.type)

Arguments

label.type

A character string describing the label vendor, product number and output page size.

Details

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

See Also

make_pdf.

Examples

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)


rupertoverall/idLabelR documentation built on Aug. 27, 2023, 12:39 p.m.