minimal
argument can be set to TRUE
to create a subset of
ProjectTemplate's default directories. For those who want to dump
all of ProjectTemplate's functionality into a directory for extensive
customization, the dump
argument can be set to TRUE
.create.project(project.name = "new-project", minimal = FALSE,
dump = FALSE, merge.strategy = c("require.empty", "allow.non.conflict"))
"force.empty"
, the target directory must be empty;
if "allow.non.conflict"
, the method succeeds if no
files or directories with the same name exist iload.project
, get.project
,
cache.project
, show.project
library('ProjectTemplate')
create.project('MyProject')
Run the code above in your browser using DataLab