Connect to the gbif4crest_02 database using a local SQLite3 copy.
connect_local_sqlite3(dbname = "gbif4crest_02.sqlite3")
An active connection to a database
The SQLite3 database can be downloaded from https://figshare.com/articles/dataset/GBIF_for_CREST_database/6743207.
if (FALSE) { # \dontrun{
db <- connect_online()
} # }