dbCallProc | R Documentation |
Deprecated since 2014
dbCallProc(conn, ...)
conn |
A DBIConnection object, as returned by
|
... |
Other parameters passed on to methods. |
The recommended way of calling a stored procedure is now
dbGetQuery
if a result set is returned
dbExecute
for data manipulation and other cases where no result set is returned
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.