CloneProject | R Documentation |
This function clones a project, creating a fresh (post-EDA1) copy that will need a target and modeling options set.
CloneProject(project, newProjectName = NULL, maxWait = 600)
project |
dataRobotProject, or a character representing that project's ID. |
newProjectName |
character. The name of the newly cloned project. If no
name is given, the API will default to 'Copy of |
maxWait |
integer. The maximum time to wait for each of two steps: (1) The initial project creation request, and (2) data processing that occurs after receiving the response to this initial request. |
A named list that contains:
character. The name assigned to the DataRobot project
character. The unique alphanumeric project identifier for this DataRobot project
character. The name of the CSV modeling file uploaded for this project
character. The time and date of project creation
## Not run:
project <- GetProject("5c1303269300d900016b41a7")
CloneProject(project, newProjectName = "Project Restart")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.