powered by
This function periodically checks whether Autopilot is finished and returns only after it is.
WaitForAutopilot(project, checkInterval = 20, timeout = NULL, verbosity = 1)
character. The project for which you want to wait until autopilot is finished.
numeric. Optional. Maximum wait (in seconds) between checks that Autopilot is finished. Defaults to 20.
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.
numeric. Optional. 0 is silent, 1 or more displays information about progress. Default is 1.
if (FALSE) { projectId <- "59a5af20c80891534e3c2bde" WaitForAutopilot(projectId) }
Run the code above in your browser using DataLab