https://github.com/hadley/cubelyr
  
  
    A data cube dplyr backend 
    https://github.com/hadley/cubelyr
  
        Last synced: 7 months 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 6 years ago)
 - Default Branch: master
 - Last Pushed: 2022-11-07T16:50:01.000Z (almost 3 years ago)
 - Last Synced: 2025-04-04T20:57:46.436Z (7 months ago)
 - Language: R
 - Size: 283 KB
 - Stars: 39
 - Watchers: 4
 - 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
[](https://github.com/hadley/cubelyr/actions)
[](https://app.codecov.io/gh/hadley/cubelyr?branch=master)
[](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
```