powered by
Lists the downloads activity of a dataset
occ_download_dataset_activity(dataset, curlopts = list())
(character) A dataset key
list of named curl options passed on to HttpClient. see curl_options for curl options
HttpClient
curl_options
a list with slots of offset, limit, endOfRecords, count, and results. results has an array of the downloads for the dataset
# NOT RUN { res <- occ_download_dataset_activity("7f2edc10-f762-11e1-a439-00145eb45e9a") res res$count # }
Run the code above in your browser using DataLab