R/make_project_template.R

Defines functions make_project_template

make_project_template <- function(path, ...) {
  
  make_project(proj_name = path, ...)
  
  unlink(file.path(path, "OpenProject.Rproj"))
  
}
tsahota/tidyproject documentation built on April 19, 2021, 9:15 p.m.