get_dataset: Get a dataset given a download_url and its columns

View source: R/functions.R

get_datasetR Documentation

Get a dataset given a download_url and its columns

Description

Get a dataset given a download_url and its columns

Usage

get_dataset(download_url, columns, download_timeout = 100)

Arguments

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

Value

dataset

Examples

## 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)

octopize/avatar-r documentation built on March 23, 2024, 1:41 p.m.