Data usage when R script is used entirely

While defining a model scripted in R, the user can select Dataset and Variables to assign data (table columns) to the R/ ORE objects used within the script. Oracle Financial Services Enterprise Modeling application prepares data from the dataset, variables, and other attributes like filters chosen for the model and will make the same available as user-specified R objects/ frames.

No specific treatment is required in the script for using the data. Users can just have an R data.frame object say 'GDP' and a variable (table.column) assigned to it and use 'GDP' as is in the script.