We showed one way to read data into R using read.csv. In this module, we will show you how to:
- Select specific elements of an object by an index or logical condition
- Renaming columns of a
data.frame
- Subset rows of a
data.frame
- Subset columns of a
data.frame
- Add/remove new columns to a
data.frame
- Order the columns of a
data.frame
- Order the rows of a
data.frame