Connect to the gbif4crest_02 database using a local SQLite3 copy.
connect_local_sqlite3(dbname = "gbif4crest_02.sqlite3")
The complete path to the SQLite3 file. The name should end by '.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) {
db <- connect_online()
}