dbFetch,OdbcResult-method | R Documentation |
This method is an adaptation from the eponymous function in the odbc
package and is an implementation of the method dbFetch
defined in the
DBI
package. Additional to the odbc
package, it replaces a cryptic
error message by an informative error message.
## S4 method for signature 'OdbcResult'
dbFetch(res, n = -1, ...)
res |
An object inheriting from DBIResult, created by
|
n |
maximum number of records to retrieve per fetch. Use |
... |
Other arguments passed on to methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.