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:14 p.m.