md_document: Convert to a BiocStyle markdown document

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/md_document.R

Description

Enable BiocStyle macros and author affiliations in markdown documents.

Usage

1

Arguments

toc

TRUE to include a table of contents in the output

...

Additional function arguments to pass to the base R Markdown md_document output formatter

Details

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.

Value

R Markdown output format to pass to render

Author(s)

Andrzej Oleś <andrzej.oles@embl.de>, 2015-2016

See Also

html_document, pdf_document

Examples

1
2
3
4
5
## Not run: 

rmarkdown::render("input.Rmd", BiocStyle::md_document())

## End(Not run)

BiocStyle documentation built on Nov. 26, 2020, 2:01 a.m.