Learn R Programming

ibmdbR (version 1.51.0)

idaInit: Initialize the In-Database Analytics functions

Description

This function initializes the In-Database Analytics functions.

Usage

idaInit(con,jobDescription=NULL)

Value

No value is returned.

Arguments

con

An open RODBC connection.

jobDescription

Optional argument that allows to assign a description to the jobs submitted from the R session.

Details

Use an existing RODBC connection to initialize the IDA in-database analytics functions. All commands are sent through this connection.

Examples

Run this code
if (FALSE) {

#Initialize the IDA Analytics functions
con <- idaConnect('BLUDB','','')

#Initialize the in-database functionality
idaInit(con)

}

Run the code above in your browser using DataLab