Merge branch 'master' of github.com:hadley/r4ds
This commit is contained in:
commit
0d0c9c1815
|
@ -243,7 +243,7 @@ arrange(df, desc(x))
|
|||
|
||||
1. Sort `flights` to find the fastest flights.
|
||||
|
||||
1. Which flights travlled the longest? Which travelled the shortest?
|
||||
1. Which flights travelled the longest? Which travelled the shortest?
|
||||
|
||||
## Select columns with `select()`
|
||||
|
||||
|
|
Loading…
Reference in New Issue