Package: crplyr 0.4.2
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:
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
Last updated 2 days agofrom:1fb0c3afbe (on package/crplyr). Checks:9 OK. Indexed: no.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Apr 02 2025 |
R-4.5-win | OK | Apr 02 2025 |
R-4.5-mac | OK | Apr 02 2025 |
R-4.5-linux | OK | Apr 02 2025 |
R-4.4-win | OK | Apr 02 2025 |
R-4.4-mac | OK | Apr 02 2025 |
R-4.4-linux | OK | Apr 02 2025 |
R-4.3-win | OK | Apr 02 2025 |
R-4.3-mac | OK | Apr 02 2025 |
Exports:as_cr_tibbleGroupedCrunchDatasettheme_crunchunweighted_n
Dependencies:abindaskpassbriocallrclicolorspacecrayoncrunchcurldescdiffobjdigestdplyrevaluatefansifarverfsgenericsggplot2gluegtablehttpcachehttptesthttrisobandjsonlitelabelinglatticelazyevallifecyclemagrittrMASSMatrixmgcvmimemunsellnlmeopensslpillarpkgbuildpkgconfigpkgloadpraiseprocessxpspurrrR6RColorBrewerrlangrprojrootscalesstringistringrsystestthattibbletidyselectutf8vctrsviridisLitewaldowithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Flatten a Crunch Cube | as_cr_tibble |
Autoplot methods for Crunch Objects | autoplot autoplot.CategoricalArrayVariable autoplot.CategoricalVariable autoplot.CrunchCube autoplot.CrunchCubeCalculation autoplot.DatetimeVariable autoplot.MultipleResponseVariable autoplot.NumericVariable autoplot.tbl_crunch_cube |
Collect a Crunch dataset from the server | collect collect.CrunchDataset collect.GroupedCrunchDataset |
Filter a Crunch dataset | filter filter.CrunchDataset |
Filter a Crunch dataset (deprecated) | filter_.CrunchDataset |
Group-by for Crunch datasets | group_by group_by.CrunchDataset ungroup.CrunchDataset |
A Crunch Dataset "Grouped By" Something | GroupedCrunchDataset GroupedCrunchDataset-class |
Mutate Crunch datasets (not implemented) | mutate mutate.CrunchDataset |
Select columns from a Crunch dataset | select select.CrunchDataset |
Aggregate a Crunch dataset | summarise.CrunchDataset summarize |
Crunch ggplot theme | theme_crunch |
Return the unweighted counts from summarize | unweighted_n |