generate_report | R Documentation |
Creates report for CEMiTool results
generate_report(cem, ...)
## S4 method for signature 'CEMiTool'
generate_report(
cem,
max_rows_ora = 50,
title = "Report",
directory = "./Reports/Report",
force = FALSE,
...
)
cem |
Object of class |
... |
parameters to rmarkdown::render |
max_rows_ora |
maximum number of rows in Over Representation Analysis table results |
title |
Character string with the title of the report. |
directory |
Directory name for results. |
force |
If the directory exists, execution will not stop. |
An HTML file with an interactive report of CEMiTool analyses.
## Not run:
# Get example CEMiTool object
data(cem)
generate_report(cem, output_format=c("pdf_document", "html_document"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.