Learn R Programming

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

ibmdbR (version 1.42.2)

IBM in-Database Analytics for R

Description

Functionality required to efficiently use R with IBM DB2(C) for Linux, Unix and Windows as well as IBM dashDB(C). Many basic and complex R operations are pushed down into the database, which removes the main memory boundary of R and allows to make full use of parallel processing in the underlying database.

Copy Link

Version

Install

install.packages('ibmdbR')

Monthly Downloads

214

Version

1.42.2

License

GPL-3

Maintainer

Michael Wurst

Last Published

August 6th, 2015

Functions in ibmdbR (1.42.2)

ida.col.def methods

Available methods for ida.col.def
ida.list methods

Available methods for ida.list
idaQuery, idaScalarQuery

Run an SQL query on the database
idaDropModel

Drop a predictive model from the database
ibmdbR-package

IBM In-Database Analytics
idaKMeans

k-means clustering
idadf,idaSave,idaUpdate

Query, store and update data in the database.
idaGetModelName

Get the name of a model
as.ida.data.frame

Convert an R object to a IDA data frame
idaArule

Association Rule Mining
idaListModels and idaModelExists

List all predictive models in the database
idaShowTables

Return a list of tables
idaLm

Linear regression
idaCreateView, idaDropView

Create or drop a view
idaRetrieveModel

Retrieve a predictive model from the database
idaInit

Initialize the In-Database Analytics functions
idaNaiveBayes

Naive Bayes Classifier
idaConnect, idaClose

Open or closes a IDA database connection
ida.data.frame, is.ida.data.frame

Create a IDA data frame
idaMerge

Merge IDA data frames
ida.data.frame methods

Available methods for ida.data.frame
ida.list

Store and retrieve R objects in the database
idaTable

In-Database Cross Tabulation and Table Creation
idaSample

Taking a random sample from a IDA data frame
idaDeleteTable, idaExistTable, idaGetValidTableName

Miscellaneous tools