MonetDB.R (version 1.0.1)

MonetDBLite: MonetDBLite DBI driver

Description

MonetDBLite creates a new DBI driver to interact with MonetDBLite

Usage

MonetDBLite()

Arguments

Value

Returns a MonetDBLite driver object that can be used in calls to dbConnect.

Details

The MonetDBLite function creates the R object which can be used to a call dbConnect which actually creates the connection. Since it has no parameters, it is most commonly used inline with the dbConnect call.

Examples

Run this code
# NOT RUN {
library(DBI)
conn <- dbConnect(MonetDB.R::MonetDBLite())
# }

Run the code above in your browser using DataLab