- data
a data frame. Each row contains the information by species that will appear in the label.
- path
Character. Path to folder where the PDF file will be saved.
- filename
Character. Filename of the pdf. If NULL, default is "Herbarium".
- title
Main title at the top of the labels. Can be blank if set to NULL.
- subtitle
Subtitle at the bottom of the labels. Can be blank if set to NULL.
- qr
String. Free text or column of data
that specifies the link for the QR code.
If the specified value of qr
is not a column name of data
,
all the QRs will be equal, pointing to the same link.
- family.column
Character (optional). Name of the column in data
storing the family of the taxon.
- taxon.column
Character (optional). Name of the column in data
storing the taxon name.
- author.column
Character (optional). Name of the column in data
storing the taxon author.
- det.column
Character (optional). Name of the column in data
storing the determiner of the voucher.
- date.det.column
Character (optional). Name of the column in data
storing the date when the voucher
was determined.
- location.column
Character (optional). Name of the column in data
storing where the voucher
was collected.
- area.description.column
Character (optional). Name of the column in data
storing the description
of the area.
- latitude.column
Character (optional). Name of the column in data
storing the latitude
where the specimen was collected.
- longitude.column
Character (optional). Name of the column in data
storing the longitude
where the specimen was collected.
- elevation.column
Character (optional). Name of the column in data
storing the elevation
where the specimen was collected.
- field1.column
Character (optional). Name of the column in data
storing the first free text to
appear at the top of the label.
- field2.column
Character (optional). Name of the column in data
storing the second free text to
appear below field1.
- field3.column
Character (optional). Name of the column in data
storing the second free text to
appear below field2.
- collector.column
Character (optional). Name of the column in data
storing the name of the collector.
- collection.column
Character (optional). Name of the column in data
storing the voucher's collection
number.
- assistants.column
Character (optional). Name of the column in data
storing the names of the
collector's assistants.
- date.column
Character (optional). Name of the column in data
storing the date when the specimen
was collected.
- keep.files
Logical. Keep the RMarkdown template and associated files
in the output folder? Default is FALSE.
- template
Character (optional) RMarkdown template to use. If not provided,
using the default template included in labeleR
.