powered by
This function initializes the In-Database Analytics functions.
idaInit(con,jobDescription=NULL)
No value is returned.
An open RODBC connection.
Optional argument that allows to assign a description to the jobs submitted from the R session.
Use an existing RODBC connection to initialize the IDA in-database analytics functions. All commands are sent through this connection.
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