Connect to expDB

expdbConnect(filename)

Arguments

filename

The filename of SQLite

Value

a connection object as produced by dbConnect

Examples

if (FALSE) {
con <- connect('filename')
}