R/render_project.r

render_project <- function(){
  files <- list.files(path = paste0( getwd(), "/docs/"),
                      pattern = "md$",
                      full.names=T)
  files
  for (f in files) rmarkdown::render(f)
}
rexdouglass/MeasuringLandscape documentation built on May 13, 2019, 6:16 p.m.