makeTaskFile.RdFunction initializing an R file for an analysis task
makeTaskFile(
nameOfTask,
author = NULL,
description = NULL,
projectPath = here::here(),
openFile = TRUE
)The name of the analysis task script
the name of the person authoring the file. Defaults to template text if NULL
a description of the analysis task. Defaults to template text if NULL
the path to the project
toggle on whether the file should be opened