Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```