Description Usage Arguments Value Author(s) See Also Examples
This function sets the Bioconductor style in PDF documents rendered using R Markdown v2.
1 2 3 |
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
1 2 3 4 5 6 7 8 9 | ## 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.