MonetDB.R               DBI database connector and virtual data object
                        for MonetDB
control                 Control a MonetDB server from the R shell.
dbSendUpdate            Send a data-altering SQL statement to the
                        database.
dbTransaction           Create, commit or abort a database transaction.
mc                      Shorthand connection constructor for MonetDB
monetdb.read.csv        Import a CSV file into MonetDB
monetdbRtype            Get the name of the R data type for a database
                        type.
monetdb_queryinfo       Get information about the result set of a query
                        without actually executing it. This is mainly
                        needed for 'dplyr' compatibility.
monetdbd.liststatus     Get list of available databases from monetdbd
mq                      Connect to a database, run a single SELECT
                        query, and disconnect again.
src_monetdb             dplyr integration from MonetDB.R
