Learn R Programming

crestr (version 1.2.1)

connect_local_sqlite3: Connect to the gbif4crest calibration database

Description

Connect to the gbif4crest_02 database using a local SQLite3 copy.

Usage

connect_local_sqlite3(dbname = "gbif4crest_02.sqlite3")

Value

An active connection to a database

Arguments

dbname

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

See Also

Examples

Run this code
if (FALSE) {
  db <- connect_online()
}

Run the code above in your browser using DataLab