Skip to content
/ cubelyr Public

A data cube dplyr backend

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

hadley/cubelyr

Repository files navigation

cubelyr

R-CMD-check Codecov test coverage R-CMD-check

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