The project_template object defines the contents of the H.O.T. project template used in create_hot_project() and use_hot_file().

project_template

Format

A quoted list defining the H.O.T. project template. Each item of the list identifies one script or document that appears in the project template.

Examples

if (FALSE) {
create_hot_project(
  path = file.path(tempdir(), "Sjoberg New Project"),
  template = hotfun::project_template
)
}