template_IS: template_IS

Description Usage Arguments Details Value Examples

View source: R/template.R

Description

A HTML template for knitted reports that matches ImmuneSpace's graphic style. It is based on html_document from the rmarkdown package with css, theme, and template parameters disabled.

Usage

1

Arguments

...

See html_document

Details

See the documentation for html_document or the oneline documentation for additional details on using the html_document format. Compared to html_document, it:

Value

R Markdown output format to pass to render

Examples

1
2
3
4
5
6
7
## Not run: 
library(ImmuneSpaceR)
rmarkdown::render("input.Rmd", template_IS())
rmarkdown::render("input.Rmd", template_IS(toc = TRUE))

## End(Not run)
template_IS()

ImmuneSpaceR documentation built on Dec. 21, 2020, 2:01 a.m.