odbcPreviewObject: Preview the data in an object.

View source: R/Viewer.R

odbcPreviewObjectR Documentation

Preview the data in an object.

Description

Return the data inside an object as a data frame.

Usage

odbcPreviewObject(connection, rowLimit, ...)

Arguments

connection

A connection object, as returned by dbConnect().

rowLimit

The maximum number of rows to display.

...

Parameters specifying the object.

Details

The object to previewed must be specified as one of the arguments (e.g. table = "employees"); depending on the driver and underlying data store, additional specification arguments may be required.

Value

A data frame containing the data in the object.


odbc documentation built on July 9, 2023, 7:04 p.m.