The goal of tabulate is to help you create tabular data in long format from a dataframe where:
- The output is predictable every time.
- You can group and cross any variable.
- You can use regex to match on almost any argument.
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.