Fetch the next 'n' elements (rows) from the result set and return them as a data.frame.
1 2 | ## S4 method for signature 'AthenaResult,numeric'
fetch(res, n, block = 1000L, ...)
|
res |
An object inheriting from [DBIResult-class], created by [dbSendQuery()]. |
n |
maximum number of records to retrieve per fetch. Use 'n = -1' or 'n = Inf' to retrieve all pending records. Some implementations may recognize other special values. |
block |
clock size |
... |
Other arguments passed on to methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.