View source: R/biblio.connect.R
lbsConnect | R Documentation |
Connects to a Local Bibliometric Storage handled by the SQLite engine (see RSQLite package documentation).
lbsConnect(dbfilename)
dbfilename |
filename of an SQLite database. |
Do not forget to close the connection (represented by the connection object returned)
with the lbsDisconnect
function after use.
Please note that the database may be also accessed by using
lower-level functions from the DBI package called on the
returned connection object. The table-view structure of a Local
Bibliometric Storage is presented in the man page of the
lbsCreate
function.
An object of type SQLiteConnection
, used to communicate with the SQLite engine.
lbsCreate
,
lbsDisconnect
## Not run: conn <- lbsConnect("Bibliometrics.db") ## ... lbsDisconnect(conn) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.