rgbif (version 0.9.9)

occ_download_dataset_activity: Lists the downloads activity of a dataset

Description

Lists the downloads activity of a dataset

Usage

occ_download_dataset_activity(dataset, curlopts = list())

Arguments

dataset

(character) A dataset key

curlopts

list of named curl options passed on to HttpClient. see curl_options for curl options

Value

a list with slots of offset, limit, endOfRecords, count, and results. results has an array of the downloads for the dataset

Examples

Run this code
# NOT RUN {
res <- occ_download_dataset_activity("7f2edc10-f762-11e1-a439-00145eb45e9a")
res
res$count
# }

Run the code above in your browser using DataCamp Workspace