Description Usage Arguments Details Value Examples
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.
1 |
... |
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
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()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.