tbl function

Create a lazy tbl from an Impala table

Create a lazy tbl from an Impala table

## S3 method for class 'src_impala' tbl(src, from, ...)

Arguments

  • src: an object with class with class src_impala
  • from: a table name or identifier
  • ...: not used

Returns

An object with class tbl_impala, tbl_sql, tbl_lazy, tbl

Examples

## Not run: flights_tbl <- tbl(impala, "flights") flights_tbl <- tbl(impala, in_schema("nycflights13", "flights")) ## End(Not run)

See Also

in_schema

  • Maintainer: Ian Cook
  • License: Apache License 2.0 | file LICENSE
  • Last published: 2024-02-06