Chapter 3 R Objects (II): Other Types

In Chapter 2, we introduced atomic vectors. In a typical application, we usually need a more complex object type to represent the data. In this chapter, we will introduce a few commonly used object types including matrix in Section 3.1, array in Section 3.2, data frame in Section 3.3, tibble in Section 3.4, and list in Section 3.5.