View source: R/update_download_list.R
update_download_list | R Documentation |
This function opens a (tab-separated) text file containing all occurrence
downloads from GBIF and updates the status of all downloads with status
RUNNING
or PREPARING
. If the specified download is not present it will be add.
update_download_list(
file,
download_to_add,
input_checklist,
url_doi_base = "https://doi.org/"
)
file |
text file (tab separated) containing all occurrence downloads from GBIF. File should contain the following columns:
|
download_to_add |
character. A GBIF download key to be added to file. |
input_checklist |
text file with taxon keys whose occurrences you want to download |
url_doi_base |
character. doi base URL; |
If a download key is passed which is not present in the file it will be added as a new line.
message with the performed updates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.