df_db: Database-connected Data Frame

Description Usage Arguments See Also

View source: R/obj-df_db.R

Description

A df_db class is a regular data frame with a tbl_db connection attached as an attribute so that it can still use this to reference the database connection. This allows you to collect() a tbl_db() and still be able to use dml statements with the resulting data frame.

Usage

1

Arguments

df

(tbl_df) data frame linked to the database data

tbl_db

(tbl_db) instance linked to the data frame

See Also

Other Database Objects: tbl_db()


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