CRAN

dbplyr 1.4.2

A 'dplyr' Back End for Databases

Released Jun 17, 2019 by Hadley Wickham

This package cannot yet be used with Renjin because there was a problem building the package using Renjin's toolchain. View Build Log

Dependencies

DBI 1.0.0 purrr 0.3.2 tibble 2.1.3 dplyr 0.8.2 tidyselect 0.2.5 glue 1.3.1 rlang 0.4.0 assertthat 0.2.1 R6 2.4.0

A 'dplyr' back end for databases that allows you to work with remote database tables as if they are in-memory data frames. Basic features works with any database that has a 'DBI' back end; more advanced features require 'SQL' translation to be provided by the package author.