koa.database: Open the KOA database

View source: R/searchdatabase.R

koa.databaseR Documentation

Open the KOA database

Description

Opens the KOA database using RSQLite. The database connection must be closed before other functions in the package can be used.

Usage

koa.database(ver = "upd")

Arguments

ver

Version of the database. Default is upd, for the latest version.

Value

A connection to the KOA database.

Examples

conn <- koa.database("upd")
DBI::dbDisconnect(conn)


sivanibaskaran/koadata documentation built on June 6, 2022, 6:08 p.m.