R/fct_mod_stop_analysis.R

Defines functions render_report

#' mod_stop_analysis
#'
#' @description A fct function
#'
#' @return The return value, if any, from executing the function.
#'
#' @noRd
render_report <- function(input, output, params) {
  rmarkdown::render(input,
                    output_file = output,
                    params = params,
                    envir = new.env(parent = globalenv())
  )
}
qiushiyan/open-policing documentation built on May 4, 2022, 2:35 p.m.