This document discusses various methods for summarizing categorical data in R, including table(), summary(), xtabs(), ftable(), prop.table(), and CrossTable(). It provides examples using the built-in Arthritis dataset to demonstrate how to index data frames, check factor levels and lengths, create one-variable and cross tables, calculate proportions, and more. Interactive exercises are included throughout for the reader to practice these methods on the Arthritis data.