Initialize a project with subdirectories cache/
, modules/
,
inputs/
, outputs/
, and setPaths
accordingly.
If invoked from Rstudio, will also create a new Rstudio project file.
newProject(name, path, open) # S4 method for character,character,logical newProject(name, path, open) # S4 method for character,character,missing newProject(name, path, open)
name | project name (name of project directory) |
---|---|
path | path to directory in which to create the project directory |
open | Logical. Should the new project file be opened after creation?
Default |
#>#> #> #> #> #> #>#>#> #> #> #> #> #> #>#> [1] TRUE#> [1] TRUE#> [1] TRUE#> [1] TRUE