newProject | R Documentation |
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.
newProject(destPath = NULL)
destPath |
Set destination path value to this value (useful for debugging). Set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.