hadley / r4ds

R for data science: a book
http://r4ds.hadley.nz
Other
4.51k stars 4.19k forks source link

Reference error in 3.2.2 #1656

Closed F-Gaertner closed 3 months ago

F-Gaertner commented 3 months ago

In chapter 3.2.2, the

flights |> 
  filter(month == 1 | 2) 

error is mentioned and then a reference where it is explained follows. However, the reference incorrectly leads to section 15.6.2, while it should lead to section 12.3.2.

mine-cetinkaya-rundel commented 3 months ago

This is now fixed, thanks!