View source: R/render_perf_report.R
render_PERF_report | R Documentation |
This function renders the Monthly Performance Report to be shared with MPC.
render_PERF_report( rmd.file = "perf_report_main.Rmd", my.dir = getwd(), prep.data = TRUE, load.data = TRUE, dir.output = paste0(my.dir, "/MonthlyPerfReport"), file.name = paste0("MonthlyPerformanceReport-", as.character(format(Sys.Date(), "%Y-%m")), ".pdf"), data.period = Sys.Date() %m-% months(1), ... )
rmd.file |
character |
my.dir |
character |
prep.data |
logical |
load.data |
logical |
dir.output |
character |
file.name |
character |
data.period |
date |
... |
foo |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.