File: README.md

package info (click to toggle)
r-cran-cubelyr 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 332 kB
  • sloc: sh: 12; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 888 bytes parent folder | download
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 -->
[![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)
<!-- 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
```