Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadley/cubelyr
A data cube dplyr backend
https://github.com/hadley/cubelyr
Last synced: about 1 month ago
JSON representation
A data cube dplyr backend
- Host: GitHub
- URL: https://github.com/hadley/cubelyr
- Owner: hadley
- License: other
- Created: 2019-12-12T20:40:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T16:50:01.000Z (about 2 years ago)
- Last Synced: 2024-10-17T15:36:29.733Z (about 2 months ago)
- Language: R
- Size: 283 KB
- Stars: 38
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hadley/cubelyr - A data cube dplyr backend (R)
README
# cubelyr
[![R-CMD-check](https://github.com/hadley/cubelyr/workflows/R-CMD-check/badge.svg)](https://github.com/hadley/cubelyr/actions)
[![Codecov test coverage](https://codecov.io/gh/hadley/cubelyr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/hadley/cubelyr?branch=master)
[![R-CMD-check](https://github.com/hadley/cubelyr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/hadley/cubelyr/actions/workflows/R-CMD-check.yaml)cubelyr pulls the experimental `tbl_cube()` out of dplyr, so you can continue to use it if you want.
## Installation
You can install the released version of cubelyr from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("cubelyr")
```## Example
This is a basic example which shows you how to solve a common problem:
``` r
library(cubelyr)
## basic example code
```