Package: crplyr 0.4.1
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.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')) |
Bug tracker:https://github.com/crunch-io/crplyr/issues
Last updated 2 years agofrom:ad2a02e68a. Checks:OK: 1 ERROR: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 12 2024 |
R-4.5-win | ERROR | Oct 12 2024 |
R-4.5-linux | ERROR | Oct 12 2024 |
R-4.4-win | ERROR | Oct 12 2024 |
R-4.4-mac | ERROR | Oct 12 2024 |
R-4.3-win | ERROR | Oct 12 2024 |
R-4.3-mac | ERROR | Oct 12 2024 |
Exports:as_cr_tibbleGroupedCrunchDatasettheme_crunchunweighted_n
Dependencies:abindaskpassbriocallrclicolorspacecrayoncrunchcurldescdiffobjdigestdplyrevaluatefansifarverfsgenericsggplot2gluegtablehttpcachehttptesthttrisobandjsonlitelabelinglatticelazyevallifecyclemagrittrMASSMatrixmgcvmimemunsellnlmeopensslpillarpkgbuildpkgconfigpkgloadpraiseprocessxpspurrrR6RColorBrewerrematch2rlangrprojrootscalesstringistringrsystestthattibbletidyselectutf8vctrsviridisLitewaldowithr
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 |