makeRmdReport | R Documentation |
Makes an ezRun Rmd report and additionally writes the R objects to disk using eather RDS or the qs2 format
makeRmdReport(
...,
htmlFile = "00index.html",
rmdFile = "",
selfContained = TRUE,
reportTitle = "SUSHI Report",
use.qs2 = FALSE
)
... |
any number of R object |
htmlFile |
The name of the output html |
rmdFile |
The name of the Rmd template |
selfContained |
If FALSE, will copy over the css and other aesthetic assets |
reportTitle |
Title to use the header of the html |
use.qs2 |
If TRUE, use qs2 rather than rds |
Rehrauer, Hubert
Schmid, Peter
makeRmdReport(param=param, output=output, scData=scData, rmdFile = "ScSeuratCombine.Rmd", reportTitle = "Seurat Report", use.qs2=TRUE)
# Outputs the report as '00index.html' in addition to files 'param.qs2', 'output.qs2', 'scData.qs2'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.