tbl_db: Writable Database Tibble

Description Usage Arguments See Also

View source: R/obj-tbl_db.R

Description

This tibble subclass extends the dbplyr::tbl_dbi class and allows DML statements to be written against the table, in addition to the excellent querying language already provided by {dbplyr}.

Usage

1
2
3
tbl_db(src, table, schema = NULL)

get_tbl_db(object)

Arguments

src

(DBIConnection) connection object produced by connect()

table

(str) name of the table in the database

schema

(str) schema, if applicable

object

(obj) object of interest

See Also

Other Database Objects: df_db()


tjpalanca/dbtools documentation built on Oct. 7, 2021, 6:43 a.m.