template_IS | R Documentation |
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.
template_IS(...)
... |
See |
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
R Markdown output format to pass to render
## Not run: library(ImmuneSpaceR) rmarkdown::render("input.Rmd", template_IS()) rmarkdown::render("input.Rmd", template_IS(toc = TRUE)) ## End(Not run) template_IS()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.