View source: R/PredictionDatasets.R
PredictionDatasetFromAsyncUrl | R Documentation |
If dataset creation times out, the error message includes a URL corresponding to the creation task. That URL can be passed to this function (which will return the completed dataset info details when finished) to resume waiting for creation.
PredictionDatasetFromAsyncUrl(asyncUrl, maxWait = 600)
asyncUrl |
The temporary status URL |
maxWait |
The maximum time to wait (in seconds) for creation before aborting. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.