parent
d3a9919967
commit
4dc12b2c84
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue