newProject: Easily create new 'patRoon' projects

View source: R/project-tool.R

newProjectR Documentation

Easily create new patRoon projects

Description

The newProject function is used to quickly generate a processing R script. This tool allows the user to quickly select the targeted analyses, workflow steps and configuring some of their common parameters. This function requires to be run within a RStudio session. The resulting script is either added to the current open file or to a new file. The analysis information will be written to a ‘.csv’ file so that it can easily be modified afterwards.

Usage

newProject(destPath = NULL)

Arguments

destPath

Set destination path value to this value (useful for debugging). Set to NULL for a default value.


rickhelmus/patRoon documentation built on April 25, 2024, 8:15 a.m.