R/occ_download_dataset_activity.R
occ_download_dataset_activity.Rd
Lists the downloads activity of a dataset
occ_download_dataset_activity(dataset, curlopts = list())
dataset | (character) A dataset key |
---|---|
curlopts | list of named curl options passed on to
|
a list with slots of offset, limit, endOfRecords, count, and results. results has an array of the downloads for the dataset
see downloads for an overview of GBIF downloads methods
# NOT RUN { res <- occ_download_dataset_activity("7f2edc10-f762-11e1-a439-00145eb45e9a") res res$count # }