pdf_document | R Documentation |
This function sets the Bioconductor style in PDF documents rendered using R Markdown v2.
pdf_document(toc = TRUE, number_sections = TRUE, fig_width = NA,
fig_height = NA, includes = NULL, ..., titlecaps = TRUE,
toc_newpage = FALSE, use_unsrturl = TRUE, relative_path = FALSE)
toc |
logical(1), |
number_sections |
logical(1), |
fig_width |
numeric(1), default width (in inches) for figures |
fig_height |
numeric(1), default width (in inches) for figures |
includes |
Named list of additional content to include within the
document (typically created using the |
... |
Additional arguments passed to
|
titlecaps |
logical(1), |
toc_newpage |
logical(1), |
use_unsrturl |
logical(1), indicating that the ‘unsrturl’ style
will be used ( |
relative_path |
logical(1), copy supporting LaTeX files and use relative paths rather than absolute paths to system files. |
R Markdown output format to pass to render
.
Andrzej Oleś <andrzej.oles@embl.de>, 2014-2017
html_document
,
md_document
## Not run:
# simple invocation
render("input.Rmd", BiocStyle::pdf_document())
# specify an option for latex engine
render("input.Rmd", BiocStyle::pdf_document(toc = FALSE))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.