- path
A path. If it exists, it is used. If it does not exist, it is
created.
- path_data
A path. The directory where the secure data exist. Default is
NULL
. When supplied, a symbolic link to data folder will be created.
- template
A project template. See
vignette
for details.
- git
Logical indicating whether to create Git repository. Default is TRUE
When NA
, user will be prompted whether to initialise Git repo.
- renv
Logical indicating whether to add renv to a project.
Default is TRUE
. When NA
user is asked interactively for preference.
- symlink
Logical indicating whether to place a symbolic link
to the location in path_data=
. Default is to place the symbolic link
if the project is a git repository.
- renv.settings
A list of renv settings passed to renv::scaffold(settings=)
- overwrite
Logical indicating whether to overwrite existing files
if they exist. Options are
TRUE
, FALSE
, and NA
(aka ask interactively). Default is NA
- open
Logical indicating whether to open new project in fresh RStudio
session