- study_alias
Character string specifying the short name for the study e.g. impact, capr, sing
- path
Character string specifying the directory path where the structure should be created.
Defaults to the current working directory.
- overwrite
Logical. If TRUE, will overwrite existing files. If FALSE (default),
will not replace existing files.
- repair
Logical. If TRUE, will attempt to repair an incomplete directory structure.
If FALSE, will abort with an error message when encountering an incomplete structure.
- show_tree
Logical. If TRUE (default on first run), will display a visual file tree.
Set to FALSE to suppress the tree view.
- create_project
Logical. If TRUE, will create an R project file if one doesn't exist.
If FALSE (default), will not create an R project.
- examples
Logical. If TRUE (default when not repairing), will create example script templates.
If FALSE (default when repairing), will skip creating example scripts.
- skip_prompt
Logical. If TRUE (default), will skip the initial confirmation prompt if y/n preferences are not set yet. FALSE if specified.