R/Test.R

Defines functions Test

Documented in Test

Test <- function(){

  rmarkdown::render(
    paste0(system.file("extdata", "Test_markdown.Rmd", package = "MOSLReports")),
    output_file = paste0(dir2<-"C:\\Users\\HendriicoMerila\\Documents\\Analytics\\Monthly\\Testdoc.docx")
  )
}
Hendriico/MOSLReports documentation built on Dec. 15, 2019, 9:41 p.m.