expdbConnect {expDB}R Documentation

Connect to expDB

Description

Connect to expDB

Usage

expdbConnect(filename)

Arguments

filename

The filename of SQLite

Value

a connection object as produced by dbConnect

Examples

## Not run: 
con <- connect('filename')

## End(Not run)

[Package expDB version 0.1.0 Index]