Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tbl_sql

Create an SQL tbl (abstract)


Description

Generally, you should no longer need to provide a custom tbl() method. The default tbl.DBIConnect method should work in most cases.

Usage

tbl_sql(subclass, src, from, ..., vars = NULL)

Arguments

subclass

name of subclass

...

needed for agreement with generic. Not otherwise used.

vars

Provide column names as a character vector to avoid retrieving them from the database. Mainly useful for better performance when creating multiple tbl objects.


dbplyr

A 'dplyr' Back End for Databases

v2.1.1
MIT + file LICENSE
Authors
Hadley Wickham [aut, cre], Maximilian Girlich [aut], Edgar Ruiz [aut], RStudio [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.