9.6.4 Special Control Arguments
Use the PAR_LST
parameter to specify special control arguments and additional arguments to be passed into the R script.
Argument | Syntax and Description |
---|---|
ore.drop |
Syntax
Description Controls the object type for the input data. If |
ore.na.omit |
Syntax
Description Controls the handling of missing values in the input data. If If If all therows in an |
ore.png.* |
Syntax
Description If If not set, standard default values for the |
ore.characterAsFactor |
Syntax
Description Controls the type that character and factor columns
of the input table are treated as.If |
ore_async_flag |
Syntax Description If If |
ore_graphics_flag |
Syntax Description If If |
ore_parallel_flag |
Syntax Description If If |
ore_service_level |
Syntax
Description Controls the different levels of performance and concurrency in Autonomous AI Database. |
timeout |
Syntax
Description The asynchronous timeout limit, expressed in seconds, must be used with the argument |
Examples
-
Drop rows with missing values from input data:
par_lst => '{"ore_na_omit":true}'
-
Submit a job in asynchronous mode:
par_lst => '{"ore_async_flag":true}'
-
Use
MEDIUM
service level:par_lst => '{"ore_service_level":"MEDIUM"}'
-
Use
timeout
argument:par_lst => '{"ore_async_flag":true, "timeout": 4000}'