Create a new Research

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.