create_proj {lvmisc} | R Documentation |
Create a project
Description
Creates a project structure, including sub-directories, and initialization of a git repository.
Usage
create_proj(
path,
sub_dirs = "default",
use_git = TRUE,
use_gitignore = "default",
use_readme = TRUE
)
Arguments
path |
A path to a directory that does not exist. |
sub_dirs |
A character vector. If |
use_git |
A logical value indicating whether or not to initialize a git
repository. Defaults to |
use_gitignore |
A character vector. If |
use_readme |
A logical value. If |
Value
Path to the newly created project, invisibly.