Learn R Programming

expDB (version 0.3.0)

expdbConnect: Connect to expDB

Description

Connect to expDB

Usage

expdbConnect(filename)

Value

a connection object as produced by dbConnect

Arguments

filename

The filename of SQLite

Examples

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

Run the code above in your browser using DataLab