R/module_knit_README.R

Defines functions module_knit_README

Documented in module_knit_README

#' Module: Knit README
#'
#' @description Create README.md from README.Rmd
#'
#' @author Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)
#'
#' @section Function version: 0.1.0
#'
#'
#' @export
module_knit_README <- function() {
  rmarkdown::render("README.Rmd", output_format = "github_document")

}
R-Lum/RLumBuild documentation built on Feb. 14, 2024, 1:17 a.m.