- @sec-logicals teaches you about logical vectors.
These are simplest type of vector in R, but are extremely powerful.
You'll learn how to create them with numeric comparisons, how to combine them with Boolean algebra, how to use them in summaries, and how to use them for condition transformations.
Unfortunately, the more you learn about date-times, the more complicated they seem to get, but with the help of the lubridate package, you'll learn to how to overcome the most common challenges.
- We've discussed missing values are couple of times in isolation, but @sec-missing-values will go into detail, helping you come to grips with the different between implicit and explicit missing values, and how and why you might convert between them.
- @sec-joins finishes up this part of the book, by giving you tools to join two (or more) data frames together.
Learning about joins will force you to grapple with the idea of keys, and think about how you identify each row in a dataset.