dbDownload | R Documentation |
Download the gbif4crest_02 dataset from figShare.
dbDownload(
filename = "gbif4crest_03.zip",
version = 3,
lite = TRUE,
res = "5min",
timeout = 10000
)
filename |
The path and name of the file where the database should be saved. |
version |
The version of the gbif4crest dataset desired. Either 2 or 3. |
lite |
Deprecated since v3. A boolean (default |
res |
The spatial resolution of the dataset. Either 15min or 5min. Since v3, 5min is the only version available. |
timeout |
Maximum duration in seconds of the download. If the file is not fully downloaded after 'timeout' seconds, it will be interrupted. |
The full SQLite3 database can be downloaded from https://figshare.com/articles/dataset/GBIF_for_CREST_database/6743207.
## Not run:
dbDownload() ## This will download the latest version of the database in
your working directory.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.