A.9 sys.rqScriptDrop Procedure

The sys.rqScriptDrop procedure removes a script from the Oracle R Enterprise R script repository.

Syntax

sys.rqScriptCreate (
    V_NAME          VARCHAR2    IN
    V_GLOBAL        BOOLEAN     IN     DEFAULT
    V_SILENT        BOOLEAN     IN     DEFAULT)
Parameter Description
V_NAME A name for the script in the Oracle R Enterprise R script repository.
V_GLOBAL TRUE specifies that the script is public; FALSE specifies that the script is private.
V_SILENT If the R script repository already has a script with the same name as V_NAME, then TRUE replaces the content of that script with V_SCRIPT and FALSE does not replace it.