fetch,SQLiteResult-method {RSQLite}R Documentation

Fetch

Description

A shortcut for dbFetch(res, n = n, row.names = FALSE), kept for compatibility reasons.

Usage

## S4 method for signature 'SQLiteResult'
fetch(res, n = -1, ...)

[Package RSQLite version 2.1.1 Index]