dbplyr icon indicating copy to clipboard operation
dbplyr copied to clipboard

Rethink `tbl()`/`lazy_frame()` names

Open hadley opened this issue 2 years ago • 0 comments

Neither name really conveys connection to the database. Not sure what they should be instead, but could make use a db_ prefix? Maybe db_table() and db_simulate()? Then could add db_query() as a more direct/discoverable equivalent to tbl(con, SQL(...))?

hadley avatar May 25 '22 16:05 hadley