Learn R Programming

starter (version 0.1.16)

project_templates: Project templates

Description

The project_templates object defines the contents of the project templates used in create_project() and use_file().

Usage

project_templates

Arguments

Format

A named list containing the project templates.

Examples

Run this code
if (FALSE) {
create_project(
  path = file.path(tempdir(), "Sjoberg New Project"),
  template = project_templates[["analysis"]]
)
}

Run the code above in your browser using DataLab