Lists the downloads created by a user.
occ_download_list(user = NULL, pwd = NULL, limit = 20, start = 0, curlopts = list())
user | (character) User name within GBIF's website. Required. See Details. |
---|---|
pwd | (character) User password within GBIF's website. Required. See Details. |
limit | Number of records to return. Default: 20 |
start | Record number to start at. Default: 0 |
curlopts | list of named curl options passed on to
|
see downloads for an overview of GBIF downloads methods
# NOT RUN { occ_download_list(user="sckott") occ_download_list(user="sckott", limit = 5) occ_download_list(user="sckott", start = 21) # }