Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

db-misc

Miscellaneous database generics


Description

  • db_connection_describe() provides a short string describing the database connection, helping users tell which database a table comes from. It should be a single line, and ideally less than 60 characters wide.

Usage

db_connection_describe(con)

sql_join_suffix(con, ...)

db_sql_render(con, sql, ...)

dbplyr_edition(con)

Details

  • dbplyr_edition() declares which version of the dbplyr API you want. See below for more details.

dplyr 2.0.0

dplyr 2.0.0 renamed a number of generics so that they could be cleanly moved from dplyr to dbplyr. If you have an existing backend, you'll need to rename the following methods.

  • dplyr::db_desc() -> dbplyr::db_connection_describe() (also note that the argument named changed from x to con).

See Also

Other generic: db-sql, db_copy_to(), sql_escape_logical()


dbplyr

A 'dplyr' Back End for Databases

v2.1.1
MIT + file LICENSE
Authors
Hadley Wickham [aut, cre], Maximilian Girlich [aut], Edgar Ruiz [aut], RStudio [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.