Description Usage Arguments Value Examples
Knitr will use the global environment, so your top level objects should be acessible. the result is written to outputdirectory/summary/summary.md
1 | write_summary(process, summary_path = "")
|
summary_path |
the path to the summary to be knitted. |
fg_process |
the current FASTGenomics Process. |
NA
1 2 3 | fg_process <- Process()
everything <- 42
write_summary(fg_processs, everything)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.