What’s new in dbplyr 2.0.0?

talks
R
tidyverse
dbplyr

Slides from my lightning talk to the Greater Boston UseR Group on the new features in the dbplyr 2.0.0 release.


Author

Mara Averick

Published

Dec 15, 2020


About

dbplyr is the database back end for the popular dplyr package. It allows you to use remote database tables as if they are in-memory data frames by translating dplyr code into SQL. This lightning talk covers some of the new features rolled out in the dbplyr 2.0.0 release, including: compatibility with dplyr 1.0.0, improved SQL translation, and better extensibility through the new dbplyr backend API.

Slides

Full-resolution slides and example code can be found in the talk’s GitHub repo.

Back to top

References

Wickham, Hadley, Romain François, Lionel Henry, Kirill Müller, and Davis Vaughan. 2020. dplyr: A grammar of data manipulation. https://dplyr.tidyverse.org.
Wickham, Hadley, Maximilian Girlich, and Edgar Ruiz. 2020. dbplyr: A ’dplyr’ back end for databases. https://dbplyr.tidyverse.org/.

Reuse

Citation

BibTeX citation:
@online{averick2020,
  author = {Averick, Mara},
  title = {What’s New in Dbplyr 2.0.0?},
  date = {2020-12-15},
  url = {https://dataand.me/talks/2020-12_whats-new-in-dbplyr-2},
  langid = {en}
}
For attribution, please cite this work as:
Averick, Mara. 2020. “What’s new in dbplyr 2.0.0?” December 15, 2020. https://dataand.me/talks/2020-12_whats-new-in-dbplyr-2.