Package: crplyr 0.4.1

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.1.tar.gz
crplyr_0.4.1.zip(r-4.5)crplyr_0.4.1.zip(r-4.4)crplyr_0.4.1.zip(r-4.3)
crplyr_0.4.1.tgz(r-4.4-any)crplyr_0.4.1.tgz(r-4.3-any)
crplyr_0.4.1.tar.gz(r-4.5-noble)crplyr_0.4.1.tar.gz(r-4.4-noble)
crplyr_0.4.1.tgz(r-4.4-emscripten)crplyr_0.4.1.tgz(r-4.3-emscripten)
crplyr.pdf |crplyr.html
crplyr/json (API)
NEWS

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

Peer review:

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

On CRAN:

5.33 score 5 stars 17 scripts 375 downloads 4 exports 63 dependencies

Last updated 2 years agofrom:ad2a02e68a. Checks:OK: 1 ERROR: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 12 2024
R-4.5-winERROROct 12 2024
R-4.5-linuxERROROct 12 2024
R-4.4-winERROROct 12 2024
R-4.4-macERROROct 12 2024
R-4.3-winERROROct 12 2024
R-4.3-macERROROct 12 2024

Exports:as_cr_tibbleGroupedCrunchDatasettheme_crunchunweighted_n

Dependencies:abindaskpassbriocallrclicolorspacecrayoncrunchcurldescdiffobjdigestdplyrevaluatefansifarverfsgenericsggplot2gluegtablehttpcachehttptesthttrisobandjsonlitelabelinglatticelazyevallifecyclemagrittrMASSMatrixmgcvmimemunsellnlmeopensslpillarpkgbuildpkgconfigpkgloadpraiseprocessxpspurrrR6RColorBrewerrematch2rlangrprojrootscalesstringistringrsystestthattibbletidyselectutf8vctrsviridisLitewaldowithr

Plotting Crunch Objects

Rendered fromplotting.Rmdusingknitr::rmarkdownon Oct 12 2024.

Last update: 2022-04-30
Started: 2018-08-09

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