connect_local_sqlite3: Connect to the gbif4crest calibration database

View source: R/dbConnect.R

connect_local_sqlite3R Documentation

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")

Arguments

dbname

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

Value

An active connection to a database

See Also

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

Examples

## Not run: 
  db <- connect_online()

## End(Not run)


crestr documentation built on Jan. 6, 2023, 5:23 p.m.