Description Usage Arguments Value Author(s) Examples
View source: R/createProjectFromTemplate.R
This function creates an initial R project setup focused in data science.
1 | createProjectFromTemplate(name, directorypath = NULL)
|
name |
The name of you R project (it will be created a directory using this name). |
directorypath |
The directory path in which the project will be created. |
An object list with handy information about the project, like path and initial setup.
Leandro Daniel
1 | createProjectFromTemplate("Predictive-Analytics", "c:/temp")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.