rgbif (version 0.9.8)

occ_download_cancel: Cancel a download cretion process.

Description

Cancel a download cretion process.

Usage

occ_download_cancel(key, user = getOption("gbif_user"),
  pwd = getOption("gbif_pwd"), curlopts = list())

occ_download_cancel_staged()

Arguments

key

A key generated from a request, like that from occ_download. Required.

user

(character) User name within GBIF's website. Required.

pwd

(character) User password within GBIF's website. Required.

curlopts

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

Details

Note, this only cancels a job in progress. If your download is already prepared for you, this won't do anything to change that.

Examples

Run this code
# NOT RUN {
# occ_download_cancel(key="0003984-140910143529206")
# }

Run the code above in your browser using DataLab