Description Usage Arguments See Also
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.
1 |
df |
(tbl_df) data frame linked to the database data |
tbl_db |
(tbl_db) instance linked to the data frame |
Other Database Objects:
tbl_db()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.