View source: R/connection-pane.R
odbcPreviewQuery | R Documentation |
Optimize against the rowLimit argument. S3 since some back-ends do not parse the LIMIT syntax. Internal, not expected that users would interact with this method.
odbcPreviewQuery(connection, rowLimit, name)
## S3 method for class 'OdbcConnection'
odbcPreviewQuery(connection, rowLimit, name)
## S3 method for class ''Microsoft SQL Server''
odbcPreviewQuery(connection, rowLimit, name)
## S3 method for class 'Teradata'
odbcPreviewQuery(connection, rowLimit, name)
## S3 method for class 'Oracle'
odbcPreviewQuery(connection, rowLimit, name)
connection |
A connection object, as returned by |
rowLimit |
The maximum number of rows to display. |
name |
Name of the object to be previewed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.