template_IS: template_IS

View source: R/template.R

template_ISR 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:

  • uses a custom css stylesheet

  • does not use bootstrap themes

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()

RGLab/ImmuneSpaceR documentation built on Jan. 5, 2023, 10:24 a.m.