Overview

The goal of tabulate is to help you create tabular data in long format from a dataframe where:

  1. The output is predictable every time.
  2. You can group and cross any variable.
  3. You can use regex to match on almost any argument.

Installation

Development version

To get a bug fix or to use a feature from the development version, you can install the development version of dplyr from GitHub.

# Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("markitr/tabulate")

Please note that the tidyr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.