Skip to contents

Helper method to get the download URL for a dataset export.

Usage

DatasetExport.get_download_url(id, env = get_connection())

Arguments

id

The ID of the dataset export.

env

(optional) Custom client environment.

Examples

if (FALSE) {
DatasetExport.get_download_url("1234567890")
}