Home / Store / Using R for Excel Analysts
Cover of Using R for Excel Analysts, by Kilem L. Gwet, Ph.D.
PDF · R, Excel & Google Sheets

Using R for Excel Analysts

A guide to automating the repetitive parts of Excel and Google Sheets work with R — data management and analysis, visualization, and programmatic reporting that regenerates a PDF, HTML, or Word report in one click whenever the underlying data changes. Sharing reports through OneDrive and Google Drive is covered in depth, and a dedicated chapter introduces GitHub for version-controlling and collaborating on R scripts.

Downloads

R scripts & datasets by chapter

Every script and dataset used in the book's worked examples, organized by the chapter that introduces it.

Chapter 2

Setting Up the R Environment

The employee compensation dataset (Excel and CSV) and the Zarthan sales dataset, in both formats.

Chapter 4

Exploratory Data Analysis with Tidyverse

Small employee and state-level datasets used to demonstrate dataset manipulation with the tidyverse.

Chapter 7

Connecting R to Excel with the openxlsx Package

Scripts for writing data and summary statistics to Excel worksheets, plus the source workbooks and outputs they produce.

Chapter 8

Connecting R to Excel with the xlsx Package

A progressive series of workbooks showing worksheets being added, summarized, and removed, alongside the R scripts that manipulate them.

The password-protected workbooks in this chapter use the password Microsoft365.
← Back to Store