ltdroy/simplepivot: Simple Functionality for Pivot-Table Style Transformations of Data

Spreadsheet users enjoy the simplicity and intuitiveness of pivot-tables for data summary and manipulation. R users can achieve similar results using standard data manipulation libraries like dplyr. However, the process is less intuitive and the barrier to entry is higher for new users. This package supplies a simple wrapper to dplyr functionality, to allow users to do pivot-table style manipulations, and create summary tables (in data-frame form). The main function 'simple_pivot' fits into a standard data pipeline, and returns a pivoted version of the input data. The package also includes 'helper' functions, which are used to create formatted values for the pivot table output.

Getting started

Package details

Maintainer
LicenseMIT
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("ltdroy/simplepivot")
ltdroy/simplepivot documentation built on Aug. 8, 2020, 9:41 a.m.