project_template.RdThe project_template object defines the contents of the H.O.T. project
template used in create_hot_project() and use_hot_file().
project_templateA 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.
if (FALSE) {
create_hot_project(
path = file.path(tempdir(), "Sjoberg New Project"),
template = hotfun::project_template
)
}