In this section, we will learn about the data that R can store and process.
- Basic data types
How to combine these data into:
- Vectors or Matrices when data are of the same types
- Lists or Data frames when data are of different types
How to retrieve the data contained in such structure
How to import data you have stored in other formats, especially text or excel formats.