dtplyr-package {dtplyr}R Documentation

dtplyr: Data Table Back-End for 'dplyr'

Description

logo

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@rstudio.com

Authors:

Other contributors:

See Also

Useful links:


[Package dtplyr version 1.2.2 Index]