Learn R Programming

pivottabler (version 1.5.6)

Create Pivot Tables

Description

Create regular pivot tables with just a few lines of R. More complex pivot tables can also be created, e.g. pivot tables with irregular layouts, multiple calculations and/or derived calculations based on multiple data frames. Pivot tables are constructed using R only and can be written to a range of output formats (plain text, 'HTML', 'Latex' and 'Excel'), including with styling/formatting.

Copy Link

Version

Install

install.packages('pivottabler')

Monthly Downloads

1,619

Version

1.5.6

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Christopher Bailiss

Last Published

April 22nd, 2025

Functions in pivottabler (1.5.6)

PivotBatch

R6 class the represents a Calculation Batch
PivotCalculationGroup

R6 class that defines a group of calculations.
PivotCells

R6 class that contains the cells in a pivot table.
PivotBatchCalculator

R6 class that calculates the values for multiple cells in batches.
PivotData

R6 class that contains named data frames and associated totals.
PivotCalculation

R6 class that defines a calculation.
PivotBatchStatistics

R6 class that provides summary statistics for batch calculations.
PivotCalculationGroups

R6 class that contains multiple calculation groups.
PivotCell

R6 class that represents a cell in a pivot table.
PivotCalculator

R6 class that computes the value of a cell or cells.
PivotDataGroup

R6 class that defines a row or column data group.
PivotHtmlRenderer

R6 class that renders a pivot table in HTML.
PivotOpenXlsxStyles

R6 class that defines a collection of Excel styles as used by the openxlsx package.
PivotOpenXlsxRenderer

R6 class that renders a pivot table into an Excel worksheet.
PivotFilter

R6 class that defines a filter condition.
PivotFilters

R6 class that defines a set of filter conditions.
PivotLatexRenderer

R6 class that renders a pivot table in Latex.
PivotOpenXlsxStyle

R6 class that specifies Excel styling as used by the openxlsx package.
PivotFilterOverrides

R6 class that defines a set of filter overrides.
PivotStyle

R6 class that specifies styling.