- data
a data frame including titles, author names, affiliations and abstracts.
- path
Character. Path to folder where the PDF file will be saved.
- filename
Character. Filename of the pdf. If NULL, default is "AbstractBook".
- title.column
Character. Name of the column in data
storing abstracts' titles.
- authors.column
Character. Name of the column in data
storing authors' names
and affiliations. Numeric (and symbol, e.g. '*') affiliations MUST be specified between brackets.
Authors must be separated using a semi-colon (';').
- affiliation.column
Character. Name of the column in data
storing the addresses for each
affiliation number (specified between brackets after author names, in authors.column
).
Separations between authors must be specified using a semi-colon (';').
- text.column
Name of the column in data
storing the abstract text.
- frontpage
Character. Path to PDF file to be inserted before the book of abstracts (as front page and/or introduction).
- toc
Logical. If TRUE, a Table of Contents will be included.
- toc.title
Character. Title to name the Table of Contents. Default is "Index".
- title.cex
Text font size used for the title. Default is 22.
- authors.cex
Text font size used for the authors' names. Default is 16.
- affiliations.cex
Text font size used for the affiliation addresses Default is 14.
- text.cex
Text font size used for the abstract main text body. Default is 14.
- 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
.