R/writeReport.R

#' Write a Report
#'
#' A function to write a SNAPL report. Uses rmarkdown to render a .Rmd document
#'
#' @return a .docx file containing a SNAPL report
#' @examples
#' writeReport()
#' @export
writeReport <- function(){
  print("TODO")
  #rmarkdown::render("./inst/extdata/stuff02.Rmd", output_format = "all", params = "ask")
}
ericscrum/snpltools documentation built on May 9, 2019, 5:24 p.m.