Vector.Rmd: Typo Corrected "Augmented Vectors" (#563)
There is a difference in four augmented types between Section "Augmented Vectors" and Section "Basic Vectors". Please double check.
This commit is contained in:
parent
30f223579e
commit
190b9134f8
|
@ -581,10 +581,10 @@ The most important S3 generic is `print()`: it controls how the object is printe
|
|||
|
||||
Atomic vectors and lists are the building blocks for other important vector types like factors and dates. I call these __augmented vectors__, because they are vectors with additional __attributes__, including class. Because augmented vectors have a class, they behave differently to the atomic vector on which they are built. In this book, we make use of four important augmented vectors:
|
||||
|
||||
* Factors.
|
||||
* Factors
|
||||
* Dates
|
||||
* Date-times
|
||||
* Times.
|
||||
* Tibbles.
|
||||
* Tibbles
|
||||
|
||||
These are described below.
|
||||
|
||||
|
|
Loading…
Reference in New Issue