connect_local_sqlite3 | R Documentation |
Connect to the gbif4crest_02 database using a local SQLite3 copy.
connect_local_sqlite3(dbname = "gbif4crest_02.sqlite3")
dbname |
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.
## Not run:
db <- connect_online()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.