Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 399 Bytes

{pivotr} - Excel's PivotTables in R

A shiny implementation of Excel's PivotTables. Perform your aggregation/pivoting in the GUI, then copy the dplyr/tidyr code into your R script 💫

Installation

{pivotr} can be installed from GitHub using {pak}:

pak::pak("wurli/pivotr")

Once installed, launch the GUI using pivotr::pivotr().

Demo