Last chance! 50% off unlimited learning
Sale ends in
Lists the downloads created by a user.
occ_download_list(user = NULL, pwd = NULL, limit = 20, start = 0,
curlopts = list())
(character) User name within GBIF's website. Required. See Details.
(character) User password within GBIF's website. Required. See Details.
Number of records to return. Default: 20
Record number to start at. Default: 0
list of named curl options passed on to
HttpClient
. see curl_options
for curl options
# NOT RUN {
occ_download_list(user="sckott")
occ_download_list(user="sckott", limit = 5)
occ_download_list(user="sckott", start = 21)
# }
Run the code above in your browser using DataLab