md_document: Convert to a BiocStyle markdown document

View source: R/md_document.R

md_documentR Documentation

Convert to a BiocStyle markdown document

Description

Enable BiocStyle macros and author affiliations in markdown documents.

Usage

md_document(toc = TRUE, ...)

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


## Not run: 

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

## End(Not run)


Bioconductor/BiocStyle documentation built on Oct. 27, 2023, 1:09 p.m.