This document provides a summary of key concepts and functions in R including:
1. Methods for manipulating strings such as paste(), str_split(), and str_sub().
2. Data types in R including numeric, character, date/POSIXct, and logical.
3. Common data structures like vectors, matrices, lists, and data frames. Functions for creating, manipulating and indexing these structures.
4. Packages for data manipulation like stringr, dplyr, and data.table. Functions covered include group_by(), filter(), and setkey().
5. Functions for data reshaping like melt() and dcast() from reshape2 and joins from dplyr and