Rdocumentation
powered by
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
Link to current version
Version
Version
2.0.0
1.0.1
1.0.0
0.9.7
0.9.6
0.9.5
0.9.4
0.9.2
0.9.1
0.8.0
0.7
0.6
0.5.3
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)
Search all functions
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