@@ -294,7 +294,7 @@ A particularly useful argument is `"used"` which allows you to see the inputs an
|
||||
|
||||
```{r}
|
||||
flights |>
|
||||
mutate(,
|
||||
mutate(
|
||||
gain = dep_delay - arr_delay,
|
||||
hours = air_time / 60,
|
||||
gain_per_hour = gain / hours,
|
||||
|
||||
Reference in New Issue
Block a user