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.
Version: | 0.4.0 |
Depends: | R (≥ 3.3.0) |
Imports: | R6 (≥ 2.2.0), dplyr (≥ 0.5.0), data.table (≥ 1.10.0), jsonlite (≥ 1.1), htmltools (≥ 0.3.5), htmlwidgets (≥ 0.8) |
Suggests: | ggplot2 (≥ 2.2.0), lubridate (≥ 1.5.0), listviewer (≥ 1.4.0), openxlsx (≥ 4.0.17), shiny, knitr, rmarkdown, testthat |
Published: | 2017-10-02 |
Author: | Christopher Bailiss [aut, cre] |
Maintainer: | Christopher Bailiss <cbailiss at gmail.com> |
BugReports: | https://github.com/cbailiss/pivottabler/issues |
License: | GPL-3 |
URL: | https://github.com/cbailiss/pivottabler |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | pivottabler results |
Reference manual: | pivottabler.pdf |
Vignettes: |
01. Introduction 02. Data Groups 03. Calculations 04. Outputs 05. Latex Output 06. Styling 07. Finding and Formatting 08. Cell Context 09. Irregular Layout 10. Performance 11. Shiny 12. Excel Export |
Package source: | pivottabler_0.4.0.tar.gz |
Windows binaries: | r-devel: pivottabler_0.4.0.zip, r-release: pivottabler_0.4.0.zip, r-oldrel: pivottabler_0.4.0.zip |
OS X El Capitan binaries: | r-release: pivottabler_0.4.0.tgz |
OS X Mavericks binaries: | r-oldrel: pivottabler_0.4.0.tgz |
Old sources: | pivottabler archive |
Please use the canonical form https://CRAN.R-project.org/package=pivottabler to link to this page.