dtplyr-package {dtplyr} | R Documentation |
dtplyr: Data Table Back-End for 'dplyr'
Description
Provides a data.table backend for 'dplyr'. The goal of 'dtplyr' is to allow you to write 'dplyr' code that is automatically translated to the equivalent, but usually much faster, data.table code.
Author(s)
Maintainer: Hadley Wickham hadley@posit.co
Authors:
Maximilian Girlich
Mark Fairbanks
Ryan Dickerson
Other contributors:
Posit Software, PBC [copyright holder, funder]
See Also
Useful links:
Report bugs at https://github.com/tidyverse/dtplyr/issues
[Package dtplyr version 1.3.1 Index]