View source: R/StartAutopilot.R
StartNewAutoPilot | R Documentation |
There is an error if autopilot is currently running on or has already finished running on the provided featurelist and also if project's target was not selected (via SetTarget).
StartNewAutoPilot(project, featurelistId, mode = AutopilotMode$FullAuto)
project |
character. Either (1) a character string giving the unique alphanumeric identifier for the project, or (2) a list containing the element projectId with this identifier. |
featurelistId |
numeric. Specifies which feature list to use. |
mode |
character. The desired autopilot mode. Currently only AutopilotMode$FullAuto is supported. |
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
featureList <- CreateFeaturelist(projectId, "myFeaturelist", c("feature1", "feature2"))
featurelistId <- featureList$featurelistId
StartNewAutoPilot(projectId, featurelistId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.