R/readme.R

Defines functions readme

Documented in readme

#' Shorthand to create a README file using the template stored within this package.
#'
#' @return README.Rmd document.
#' @export
#'
readme<-function(){
  rmarkdown::draft("README.Rmd",template="readme",package="Rbduk")
}
SamA-DS/Rbduk documentation built on May 1, 2021, 5:29 a.m.