Crunch-io/crplyr: A 'dplyr' Interface for Crunch

In order to facilitate analysis of datasets hosted on the Crunch data platform <https://crunch.io/>, the 'crplyr' package implements 'dplyr' methods on top of the Crunch backend. The usual methods 'select', 'filter', 'group_by', 'summarize', and 'collect' are implemented in such a way as to perform as much computation on the server and pull as little data locally as possible.

Getting started

Package details

Maintainer
LicenseLGPL (>= 3)
Version0.4.1
URL https://crunch.io/r/crplyr/ https://github.com/Crunch-io/crplyr
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Crunch-io/crplyr")
Crunch-io/crplyr documentation built on March 29, 2023, 8:07 a.m.