Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exercise 5.7.6 #592

Open
delabi opened this issue Jan 17, 2021 · 0 comments
Open

Exercise 5.7.6 #592

delabi opened this issue Jan 17, 2021 · 0 comments

Comments

@delabi
Copy link

delabi commented Jan 17, 2021

In trying to get the most delayed flights as a percentage of the fastest flight, the wrong columnt was used to arrange the data:
arrange(desc(air_time_delay)) %>%
the correct column should be arrange(desc(air_time_delay_pct)) %>% to capture the required percentages.

Page link = https://jrnold.github.io/r4ds-exercise-solutions/transform.html on the last part of exercise 5.7.6

The resulting data displayed is wrong, doesn't show the percentages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant