create_proj | R Documentation |
Creates a project structure, including sub-directories, and initialization of a git repository.
create_proj(
path,
sub_dirs = "default",
use_git = TRUE,
use_gitignore = "default",
use_readme = TRUE
)
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 |
Path to the newly created project, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.