create.project: Automatically creates a new project directory and all of its contents.
Description
create.project() builds a project directory containing several sub-directories and files. The full output is described in the associated README, which can be seen on GitHub.
Usage
create.project(project.name)
Arguments
project.name
A character vector containing the name for this new project. Must be a valid directory name for your file system.
Value
No value is returned; this function is called for its side effects.