This document outlines a case study on data analytics applied to a grocery store using R programming and the arules package to analyze a dataset containing 9,835 transactions. It describes the installation of necessary packages, creation of frequent itemsets with the apriori algorithm, and the generation and visualization of association rules derived from the dataset. Key findings include the most frequently purchased items and visualization techniques to represent rules based on support and confidence metrics.