View source: R/render_lumvac_report.R
render_lumvac_report | R Documentation |
This functions prepares and loads the required datasets and renders the monthly LUMs and vacancy report
render_lumvac_report( rmd.file = "lum-vacancy_report_main.Rmd", my.dir = getwd(), load.data = TRUE, dir.output = paste0(my.dir, "/LUMsVacancyReport"), file.name = paste0("LUMsVacancyReport-", as.character(format(Sys.Date(), "%Y-%m")), ".pdf"), data.period = Sys.Date() %m-% months(1), ... )
rmd.file |
character |
my.dir |
character |
load.data |
boolean |
dir.output |
character |
file.name |
character |
data.period |
date |
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.