R/utilities-project-configuration.R
init_project.Rd
Creates the default project folder structure with excels file templates in the working directory.
init_project(destination = ".", overwrite = FALSE)
A string defining the path where to initialize the project. default to current working directory.
Overwrite files if they exist. If this is FALSE and the file exists an error will be thrown.
FALSE