Package: crplyr 0.4.2

Greg Freedman Ellis

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.

Authors:Greg Freedman Ellis [aut, cre], Jonathan Keane [aut], Neal Richardson [aut], Mike Malecki [aut], Gordon Shotwell [aut], Aljaž Sluga [aut]

crplyr_0.4.2.tar.gz
crplyr_0.4.2.zip(r-4.5)crplyr_0.4.2.zip(r-4.4)crplyr_0.4.2.zip(r-4.3)
crplyr_0.4.2.tgz(r-4.5-any)crplyr_0.4.2.tgz(r-4.4-any)crplyr_0.4.2.tgz(r-4.3-any)
crplyr_0.4.2.tar.gz(r-4.5-noble)crplyr_0.4.2.tar.gz(r-4.4-noble)
crplyr_0.4.2.tgz(r-4.4-emscripten)crplyr_0.4.2.tgz(r-4.3-emscripten)
crplyr.pdf |crplyr.html
crplyr/json (API)
NEWS

# Install 'crplyr' in R:
install.packages('crplyr', repos = c('https://cranhaven.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/crunch-io/crplyr/issues

Pkgdown site:https://crunch.io

On CRAN:

Conda:

archivedpackagesr-universe

3.40 score 5 stars 454 downloads 4 exports 62 dependencies

Last updated 2 days agofrom:1fb0c3afbe (on package/crplyr). Checks:9 OK. Indexed: no.

TargetResultLatest binary
Doc / VignettesOKApr 02 2025
R-4.5-winOKApr 02 2025
R-4.5-macOKApr 02 2025
R-4.5-linuxOKApr 02 2025
R-4.4-winOKApr 02 2025
R-4.4-macOKApr 02 2025
R-4.4-linuxOKApr 02 2025
R-4.3-winOKApr 02 2025
R-4.3-macOKApr 02 2025

Exports:as_cr_tibbleGroupedCrunchDatasettheme_crunchunweighted_n

Dependencies:abindaskpassbriocallrclicolorspacecrayoncrunchcurldescdiffobjdigestdplyrevaluatefansifarverfsgenericsggplot2gluegtablehttpcachehttptesthttrisobandjsonlitelabelinglatticelazyevallifecyclemagrittrMASSMatrixmgcvmimemunsellnlmeopensslpillarpkgbuildpkgconfigpkgloadpraiseprocessxpspurrrR6RColorBrewerrlangrprojrootscalesstringistringrsystestthattibbletidyselectutf8vctrsviridisLitewaldowithr

Plotting Crunch Objects

Rendered fromplotting.Rmdusingknitr::rmarkdownon Apr 02 2025.

Last update: 2025-04-02
Started: 2025-04-02

Readme and manuals

Help Manual

Help pageTopics
Flatten a Crunch Cubeas_cr_tibble
Autoplot methods for Crunch Objectsautoplot autoplot.CategoricalArrayVariable autoplot.CategoricalVariable autoplot.CrunchCube autoplot.CrunchCubeCalculation autoplot.DatetimeVariable autoplot.MultipleResponseVariable autoplot.NumericVariable autoplot.tbl_crunch_cube
Collect a Crunch dataset from the servercollect collect.CrunchDataset collect.GroupedCrunchDataset
Filter a Crunch datasetfilter filter.CrunchDataset
Filter a Crunch dataset (deprecated)filter_.CrunchDataset
Group-by for Crunch datasetsgroup_by group_by.CrunchDataset ungroup.CrunchDataset
A Crunch Dataset "Grouped By" SomethingGroupedCrunchDataset GroupedCrunchDataset-class
Mutate Crunch datasets (not implemented)mutate mutate.CrunchDataset
Select columns from a Crunch datasetselect select.CrunchDataset
Aggregate a Crunch datasetsummarise.CrunchDataset summarize
Crunch ggplot themetheme_crunch
Return the unweighted counts from summarizeunweighted_n