RSQLite (version 2.0)

fetch,SQLiteResult-method: Fetch

Description

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

Usage

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

Arguments