fetch-AthenaResult-numeric-method: Fetch records from a previously executed query

Description Usage Arguments

Description

Fetch the next 'n' elements (rows) from the result set and return them as a data.frame.

Usage

1
2
## S4 method for signature 'AthenaResult,numeric'
fetch(res, n, block = 1000L, ...)

Arguments

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.


hrbrmstr/metis documentation built on May 23, 2019, 8:37 a.m.