The document provides an introduction to basic operations and functions in R including:
- Creating and manipulating numeric vectors using functions like c(), mean(), max(), and indexing
- Creating and manipulating character vectors
- Using positive and negative indexing to subset vectors
- Appending values to existing vectors
- Creating and summarizing categorical data using factors and functions like table()
- Creating bar plots and pie charts to visualize categorical data
- Creating a stem-and-leaf plot to visualize a distribution