template_IS {ImmuneSpaceR}R Documentation

template_IS

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

template_IS(...)

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

## Not run: 
library(ImmuneSpaceR)
rmarkdown::render("input.Rmd", template_IS())
rmarkdown::render("input.Rmd", template_IS(toc = TRUE))

## End(Not run)
template_IS()

[Package ImmuneSpaceR version 1.10.5 Index]