9.3.1 Arguments for Functions that Run Scripts
The Oracle Machine Learning for R Embedded R Execution functions ore.doEval
, ore.tableApply
, ore.groupApply
, ore.rowApply
, and ore.indexApply
have arguments that are common to some or all of the functions.
Some of the functions also have an argument that is unique to the function. The following topics describe these arguments:
- Input Function to Run
The Embedded R Execution functions all require an R function to apply during the running of the script. - Optional and Control Arguments
All of the Embedded R Execution functions take optional arguments, which can be named or not. - Structure of Return Value
Another argument that applies to all of the Embedded R Execution functions isFUN.VALUE
. - Input Data
Theore.doEval
andore.indexApply
functions do not automatically receive any data from the database. - Parallel Execution
Theparallel
argument specifies the level of parallelism to use in the Embedded R Execution of the input function. - Unique Arguments
Theore.groupApply
,ore.indexApply
, andore.rowApply
functions each take an argument that is unique to the function.
Parent topic: R Interface for Embedded R Execution