render_lumvac_report: Render Long Unread Meter and Vacancy Report

View source: R/render_lumvac_report.R

render_lumvac_reportR Documentation

Render Long Unread Meter and Vacancy Report

Description

This functions prepares and loads the required datasets and renders the monthly LUMs and vacancy report

Usage

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),
  ...
)

Arguments

rmd.file

character

my.dir

character

load.data

boolean

dir.output

character

file.name

character

data.period

date

...

austl001/MOSLR documentation built on Aug. 17, 2022, 12:07 a.m.