rgbif (version 0.9.2)

occ_download_list: Lists the downloads created by a user.

Description

Lists the downloads created by a user.

Usage

occ_download_list(user = getOption("gbif_user"),
  pwd = getOption("gbif_pwd"), limit = 20, start = 0, ...)

Arguments

user
A user name, look at option "gbif_user" first
pwd
Your password, look at option "gbif_pwd" first
limit
Number of records to return. Default: 20
start
Record number to start at. Default: 0
...
Further args passed to GET

Examples

Run this code
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