rgbif (version 1.1.0)

occ_download_list: Lists the downloads created by a user.

Description

Lists the downloads created by a user.

Usage

occ_download_list(user = NULL, pwd = NULL, limit = 20, start = 0,
  curlopts = list())

Arguments

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 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 DataCamp Workspace