NewResearch.RdCreate a new Research
NewResearch(path = ".", RStudio = TRUE, useExistingDirectory = FALSE)
| path | A character variable indicating the name of the project to create |
|---|---|
| RStudio | Boolean indicating whether or not to create an RStudio project. Default is TRUE. |
| useExistingDirectory | Overwrite the directory if it already exists. Default is FALSE. |
NewResearch will invisibly return the name of the project.