SetupProjectFromDataSource | R Documentation |
Create a project from a data source.
SetupProjectFromDataSource(
dataSourceId,
username,
password,
projectName = NULL,
maxWait = 60 * 60
)
dataSourceId |
character. The ID of the data source to create a project from. |
username |
character. The username to use for authentication to the database. |
password |
character. The password to use for authentication to the database. |
projectName |
character. Optional. String specifying a project name. The password is encrypted at server side and never saved or stored. |
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:
dataSourceId <- "5c1303269300d900016b41a7"
SetupProjectFromDataSource(dataSourceId, username = "username", password = "hunter1",
projectName = "My Project")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.