Summary
Test
What we learned so far:
Raw data is categorized in different scales, which are expressed in different data types, which can be stored in different object types.
Note the specific data types of objects:
- Vectors must be of the same data type.
- Matrices must be of the same data type.
- Data frames must be arranged that columns are of the same data type.
- Lists can contain any data type.
- Factors can contain only strings.