uclahs-cds / package-CancerEvolutionVisualization

Publication Quality Phylogenetic Tree Plots
https://cran.r-project.org/web/packages/CancerEvolutionVisualization/
GNU General Public License v2.0
2 stars 0 forks source link

Utility function for generating PDF reports #66

Open dan-knight opened 1 year ago

dan-knight commented 1 year ago

This should be a generic wrapper for the rmarkdown::render() function. It will likely be a private function that can be used by other, more specific public functions to generate a particular type of report.

Report types will likely be stored in the /inst directory as .Rmd files, which can be called withrmarkdown::render() to generate a report. This should be able to pass variables to the Rmarkdown file, though this will require some research.