Description
A Data Cube 'dplyr' Backend.
Description
An implementation of a data cube extracted out of 'dplyr' for backward compatibility.
README.md
cubelyr
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 with:
install.packages("cubelyr")
Example
This is a basic example which shows you how to solve a common problem:
library(cubelyr)
## basic example code