concat | R Documentation |
Concatenate PDF via LaTeX
concat( path_tlf_csv, toc = TRUE, coverpage = NULL, path_tex, path_pdf, min_times = 2, ... )
path_tlf_csv |
Path to a CSV file with with two columns: "title" with the title of each TLF and "path" with the path to the pdf file for the TLF. |
toc |
Should a table of contents be included? |
coverpage |
A character string of LaTeX to include for a coverpage.
E.g., generated using |
path_tex |
The path to output the LaTeX document |
path_pdf |
The path to output the PDF document |
min_times |
The minimum and maximum number of times to rerun the LaTeX engine when using emulation. Needs to be at least 2 for correct page numbers in multi-page tables of contents. |
... |
Further arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.