rgbif (version 0.9.2)

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"), ...)

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.
...
Further args passed to DELETE

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
# occ_download_cancel(key="0003984-140910143529206")

Run the code above in your browser using DataCamp Workspace