rgbif (version 0.9.8)

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, curlopts = list())

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

curlopts

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

Examples

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