Learn R Programming

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

MonetDB.R (version 0.9.4)

Connect MonetDB to R

Description

Allows to pull data from MonetDB into R

Copy Link

Version

Install

install.packages('MonetDB.R')

Monthly Downloads

95

Version

0.9.4

License

MPL (== 1.1)

Maintainer

Hannes Muehleisen

Last Published

July 18th, 2014

Functions in MonetDB.R (0.9.4)

dbSendUpdate

Send a data-altering SQL statement to the database.
control

Control a MonetDB server from the R shell.
mq

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

Get and reset MAPI traffic counters
monetdbd.liststatus

Get list of available databases from monetdbd
monetdb.read.csv

Import a CSV file into MonetDB
dbTransaction

Create, commit or abort a database transaction.
MonetDB.R

DBI database connector and virtual data object for MonetDB
mc

Shorthand connection constructor for 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.