The document discusses association rule mining with R. It provides an overview of association rule mining concepts like support, confidence and lift. It then demonstrates how to use the apriori() function in R to generate association rules from the Titanic dataset. The document shows how to remove redundant rules, interpret rules and visualize rules using scatter plots and matrices.