run_report: Run the Rmd report

View source: R/run_report.R

run_reportR Documentation

Run the Rmd report

Description

Run the Rmd report

Usage

run_report(
  fetch_latest_data = FALSE,
  render_args = NULL,
  auto_reload = TRUE,
  shiny_args = NULL
)

Arguments

fetch_latest_data

logical, if TRUE the data re-fetched from the BAG source, otherwise data are read from the stored RDS files in inst/bag_data. Defaults to TRUE, FALSE can be used in local runs.

render_args

list, additional arguments to pass to rmarkdown::render()

auto_reload

logical, additional argument to pass to rmarkdown::run(), If TRUE (the default), automatically reload the Shiny application when the file currently being viewed is changed on disk.

shiny_args

list, additional arguments to pass to shiny::runApp()


miraisolutions/covid19-vaccination-ch documentation built on March 1, 2024, 11:15 a.m.