md_document {BiocStyle} | R Documentation |
Enable BiocStyle macros and author affiliations in markdown documents.
md_document(toc = TRUE, ...)
toc |
|
... |
Additional function arguments to pass to the base R Markdown
|
The BiocStyle::md_document
format extends the base
md_document
format by means of specifing complex
author affiliations. It also loads the BiocStyle package namespace to enable
the use of helper functions, such as Biocpkg
.
R Markdown output format to pass to render
Andrzej OleÅ› <andrzej.oles@embl.de>, 2015-2016
## Not run: rmarkdown::render("input.Rmd", BiocStyle::md_document()) ## End(Not run)