Connect to the gbif4crest_02 database using a local SQLite3 copy.

connect_local_sqlite3(dbname = "gbif4crest_02.sqlite3")

Arguments

dbname

The complete path to the SQLite3 file. The name should end by '.sqlite3'

Value

An active connection to a database

See also

Examples

if (FALSE) {
  db <- connect_online()
}