Download the gbif4crest_02 dataset from figShare.

dbDownload(
  filename = "gbif4crest_03.zip",
  version = 3,
  lite = TRUE,
  res = "5min",
  timeout = 10000
)

Arguments

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 TRUE) to indicate if the full database should be downloaded (including the raw presences from GBIF; lite = FALSE) or only the curated data (lite = TRUE).

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.

See also

The full SQLite3 database can be downloaded from https://figshare.com/articles/dataset/GBIF_for_CREST_database/6743207.

Examples