Appendix B — Further reading, cheat sheets, and datasets

Published

June 1, 2024

Modified

June 2, 2026

No single book can cover everything, and this one does not try to. This appendix collects the resources I reach for most often: quick-reference cheat sheets, free online books that go deeper than we can here, documentation for the key packages used throughout the chapters, and the datasets and interactive tools that support the material. Treat it as a launch pad for the self-directed learning the preface argues for.

B.1 Cheat sheets

Cheat sheets are dense, one- or two-page summaries you keep open beside your code. Posit (formerly RStudio) maintains a gallery of polished cheat sheets for the tidyverse and the RStudio IDE, and the Bioconductor project publishes one for its core classes.

B.2 Free online books

B.3 Package and project documentation

B.4 Interactive practice: swirl

swirl teaches you R inside R: it runs lessons at the console and checks your answers as you go. To get started, install and launch it:

Then follow the prompts and pick a course.

B.5 Datasets used in this book

Most other datasets are pulled directly from packages or public repositories (NCBI GEO, ENCODE, Bioconductor data packages) by the chapters that use them, so there is nothing to download by hand.

B.6 AI assistants

Large language models are a genuinely useful study partner for R and statistics. Rather than list them here, this book devotes a full appendix to using them well — see AI Tools for Enhanced Learning and Productivity.