View source: R/render_pfm_report.R
render_PFM_report | R Documentation |
This functions prepares and loads the required datasets and renders the monthly Portfolio Manager reports that are sent to Trading Parties.
render_PFM_report( my.dir = getwd(), conf.loc = NULL, tp.list = NULL, prep.data = TRUE, load.data = TRUE, excluded.list = NULL, rmd.file = "pfm_report_main.Rmd", output.dir = paste0(my.dir, "/PfmReports/", format(Sys.Date(), "%Y-%m")), data.period = Sys.Date() %m-% months(1), include.aggregate = FALSE, include.consistency = FALSE, include.full.ranking = FALSE, DataBase = TRUE )
my.dir |
character |
tp.list |
character |
prep.data |
character |
load.data |
character |
excluded.list |
character |
rmd.file |
character |
output.dir |
character |
data.period |
date |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.