Skip to contents

Connect to expDB

Usage

expdbConnect(filename)

Arguments

filename

The filename of SQLite

Value

a connection object as produced by dbConnect

Examples

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