parent
be32c6cf2f
commit
06fb600d84
|
@ -242,9 +242,9 @@ arrange(df, desc(x))
|
|||
1. Sort `flights` to find the most delayed flights. Find the flights that
|
||||
left earliest.
|
||||
|
||||
1. Sort `flights` to find the fastest flights.
|
||||
1. Sort `flights` to find the fastest (highest speed) flights.
|
||||
|
||||
1. Which flights travelled the longest? Which travelled the shortest?
|
||||
1. Which flights travelled the farthest? Which travelled the shortest?
|
||||
|
||||
## Select columns with `select()` {#select}
|
||||
|
||||
|
|
Loading…
Reference in New Issue