character. The directory for the project, e.g.
"~/new-project". Will be created if necessary.
git
logical (default: TRUE). Should Git be used for version control?
If directory is a new Git repository, wflow_start will
initialize the repository and make an initial commit. If directory
is already a Git repository, wflow_start will make an additional
commit. In both cases, only files needed for the workflowr project will be
included in the commit.
overwrite
logical (default: FALSE). Control whether to overwrite
existing files . Passed to file.copy.
Details
This is the initial function that organizes the infrastructure to create a
research website for your project. Note that while you do not need to use
RStudio with workflowr, do not delete the Rproj file because it is required
by other functions.