Learn R Programming

RSQLite (version 0.2-1)

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.