freebsd-ports/databases/R-cran-dbplyr/pkg-descr
Einar Bjarni Halldórsson 10abd882d5 databases/R-cran-dbplyr: New port: 'dplyr' Back End for Databases
- Submitter becomes maintainer

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.

WWW: https://dbplyr.tidyverse.org/

Differential Revision:	https://reviews.freebsd.org/D43735
2024-04-06 15:42:36 +01:00

4 lines
276 B
Text

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.