- data
A data frame containing participants' names and contributions.
- path
path Character. Path to folder where the PDF certificates will be saved.
- filename
Character. Filename of the pdf. If NULL, default is "Participation" for English, "Participacion" for Spanish".
- language
Character. Select 'English' or 'Spanish'.
- name.column
Character. Name of the column in data
storing participants' name.
- affiliation.column
Character (optional). Name of the column in data
storing participants' affiliation
- comm.type.column
Character. Name of the column in data
reporting
participation type (e.g. poster, oral communication, etc)
- title.column
Character. Name of the column in data
storing the title of the
contribution.
- coauthor.column
Name of the column in data
storing the names of the coauthors to the contribution.
- date.column
Character. Name of the column in data
storing dates of
participation.
- email.column
Character. Name of the column in data
storing attendees' email address
to automatically send them their certificates.
- email.info
Object created using configure_email()
function.
- type
Character (optional). Type of event (conference, workshop, seminar...)
- event
Character. Title of the event
- freetext
Character (optional). Free text to insert before the date.
Can include LaTeX commands (see examples).
- signer
Character. Person who signs the certificate
- signer.role
Character. Signer's role or position
- signature.pic
Character (optional) Path to a PNG image to appear in
the bottom, above signer's name.
- lpic
Character (optional) Path to a PNG image to appear in the top-left.
- rpic
Character (optional) Path to a PNG image to appear in the top-right.
- 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
.