Rdocumentation
powered by
Learn R Programming
ROracle (version 0.3-3)
callProc: Call an SQL stored procedure
Description
Calls a stored procedure on a remote RDBMS
Usage
callProc(con, ...)
Arguments
con
a
dbConnection
object.
...
additional arguments are passed to the implementing method.
Details
Not yet implemented.