R/data.R

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

Try the starter package in your browser

Any scripts or data that you put into this service are public.

starter documentation built on June 7, 2023, 6:33 p.m.