Skip to content
Snippets Groups Projects
Unverified Commit 80b4b54a authored by Laurent Modolo's avatar Laurent Modolo
Browse files

add session 4 slides

parent 2c40d8d7
No related branches found
No related tags found
No related merge requests found
web/4_a 0 → 100644
flights_sml <- select(flights,
year:day,
ends_with("delay"),
distance,
air_time
)
mutate(flights_sml,
gain = dep_delay - arr_delay,
speed = distance / air_time * 60
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment