tbl | R Documentation |
tbl
from an Impala tableCreate a lazy tbl
from an Impala table
## S3 method for class 'src_impala'
tbl(src, from, ...)
src |
an object with class with class |
from |
a table name or identifier |
... |
not used |
An object with class tbl_impala
, tbl_sql
,
tbl_lazy
, tbl
in_schema
## Not run:
flights_tbl <- tbl(impala, "flights")
flights_tbl <- tbl(impala, in_schema("nycflights13", "flights"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.