get_dataset | R Documentation |
Get a dataset given a download_url and its columns
get_dataset(download_url, columns, download_timeout = 100)
download_url |
The url to download the dataset |
columns |
The types to apply to the dataset |
download_timeout |
The time to wait for the download in seconds |
dataset
## Not run:
result <- get_job_result(job_id, timeout = get_result_timeout)
columns <- result$avatars_dataset$columns
download_url <- result$avatars_dataset$download_url
avatars <- get_dataset(download_url, columns)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.