NewResearch {represtools} | R Documentation |
Create a new Research
Description
Create a new Research
Usage
NewResearch(path = ".", RStudio = TRUE, useExistingDirectory = FALSE)
Arguments
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. |
Value
NewResearch will invisibly return the name of the project.
[Package represtools version 0.1.3 Index]