dbCallProc {DBI} | R Documentation |
Calls a stored procedure on a remote RDBMS
dbCallProc(conn, ...)
conn |
a DBIConnection object.
|
... |
additional arguments are passed to the implementing method. |
Not yet implemented.
See the Database Interface definition document
DBI.pdf
in the base directory of this package
or http://developer.r-project.org/db.