1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
# cubelyr
<!-- badges: start -->
[](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)
<!-- badges: end -->
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
```
|