Generates a UMCCR RNAsum HTML report. It does so with the following steps:
copy the rmd into tmp/rnasum.Rmd
render the rmd inside tmp/
return the path to the output HTML
Usage
rnasum_rmd(out_file = NULL, quiet = FALSE, pars)
Arguments
- out_file
Path to output HTML file (needs '.html' suffix).
- quiet
Suppress printing during rendering.
- pars
List of named parameters that override custom params specified within the Rmd's YAML front-matter.
Value
Path to rendered HTML report.