Learn R Programming

ibmdbR (version 1.47.1)

idaInit: Initialize the In-Database Analytics functions

Description

This function initializes the In-Database Analytics functions.

Usage

idaInit(con,jobDescription=NULL)

Arguments

con
An open RODBC connection.
jobDescription
Optional argument that allows to assign a description to the jobs submitted from the R session.

Value

No value is returned.

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
## Not run: 
# 
# #Initialize the IDA Analytics functions
# con <- idaConnect('BLUDB','','')
# 
# #Initialize the in-database functionality
# idaInit(con)
# 
# ## End(Not run)

Run the code above in your browser using DataLab