knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

pivotCacheExtractor

Lifecycle: experimental CRAN status

Tools to assist with automation.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("bwaite-esr/btools")

Example

You have an excel file with multiple pivot tables and you want the raw data:

library(btools)
xlsxPivotCacheExtractor(file = system.file("extdata/test_sheet.xlsx",
package = "btools",mustWork = TRUE))


bwaite-esr/btools documentation built on Sept. 28, 2023, 5:26 p.m.