
Last chance! 50% off unlimited learning
Sale ends in
Create a project from a data source.
SetupProjectFromDataSource(dataSourceId, username, password,
projectName = NULL, maxWait = 60 * 60)
character. The ID of the data source to create a project from.
character. The username to use for authentication to the database.
character. The password to use for authentication to the database.
character. Optional. String specifying a project name. The password is encrypted at server side and never saved or stored.
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.
project object for the created project.
# NOT RUN {
dataSourceId <- "5c1303269300d900016b41a7"
SetupProjectFromDataSource(dataSourceId, username = "username", password = "hunter1",
projectName = "My Project")
# }
Run the code above in your browser using DataLab