Learn R Programming

⚠️There's a newer version (2.0.0) of this package.Take me there.

MonetDB.R (version 1.0.1)

Connect MonetDB to R

Description

Allows to pull data from MonetDB into R. Includes a DBI implementation and a dplyr backend.

Copy Link

Version

Install

install.packages('MonetDB.R')

Monthly Downloads

95

Version

1.0.1

License

MPL (== 2.0)

Maintainer

Hannes Muehleisen

Last Published

March 21st, 2016

Functions in MonetDB.R (1.0.1)

src_monetdb

dplyr integration from MonetDB.R
control

Control a MonetDB server from the R shell.
monetdbd.liststatus

Get list of available databases from monetdbd
mc

Shorthand connection constructor for MonetDB
mdbapply

Apply a R function to a MonetDB table.
dbSendUpdate

Send a data-altering SQL statement to the database.
sqlite-compatibility

Compatibility functions for RSQlite
monetdbRtype

Get the name of the R data type for a database type.
MonetDB.R

DBI database connector for MonetDB
monetdb.read.csv

Import a CSV file into MonetDB
mq

Connect to a database, run a single SELECT query, and disconnect again.
dbTransaction

Create, commit or abort a database transaction.
monetdb_queryinfo

Get information about the result set of a query without actually executing it. This is mainly needed for dplyr compatibility.
MonetDBLite

MonetDBLite DBI driver