R/render_index.R

Defines functions render_index

render_index <- function() {
  from <-
    list.files(system.file(package = "LLP"),
               pattern = 'index.rmd',
               full.names = T)
  to <- "/home/jarsenault/ShinyApps/index.html"
  rmarkdown::render(input = from,
                    output_format = "html_document",
                    output_file =  "/home/jarsenault/ShinyApps/index.html")
}
JARS3N/LLP documentation built on Jan. 24, 2023, 12:12 a.m.