View source: R/searchdatabase.R
koa.database | R Documentation |
Opens the KOA database using RSQLite. The database connection must be closed before other functions in the package can be used.
koa.database(ver = "upd")
ver |
Version of the database. Default is upd, for the latest version. |
A connection to the KOA database.
conn <- koa.database("upd") DBI::dbDisconnect(conn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.