fetch_SQLiteResult {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.2.16 Index]