The project_templates object defines the contents of the project
templates used in create_project() and use_file().
project_templatesA named list containing the project templates.
if (FALSE) {
create_project(
path = file.path(tempdir(), "Sjoberg New Project"),
template = project_templates[["analysis"]]
)
}