View source: R/WaitForAutopilot.R
WaitForAutopilot | R Documentation |
This function periodically checks whether Autopilot is finished and returns only after it is.
WaitForAutopilot(project, checkInterval = 20, timeout = NULL, verbosity = 1)
project |
character. The project for which you want to wait until autopilot is finished. |
checkInterval |
numeric. Optional. Maximum wait (in seconds) between checks that Autopilot is finished. Defaults to 20. |
timeout |
numeric. Optional. Time (in seconds) after which to give up (Default is no timeout). There is an error if Autopilot is not finished before timing out. |
verbosity |
numeric. Optional. 0 is silent, 1 or more displays information about progress. Default is 1. |
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
WaitForAutopilot(projectId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.