https://dacss.github.io/DACSS_601_Summer2023_Sec1/posts/challenge2_solution_Xinpeng_Liu.html #55
Replies: 1 comment
-
Hi Xinpeng, I would suggest presenting these results in a way that's easier on the reader. Rather than create two dataframes, one for alabama and one for california, I would use a filter-group_by-summarise pipeline to print out a summary table. Something like
Also, please include the following in your header to make the dataframes print more cleanly.
See https://quarto.org/docs/computations/r.html#data-frames for more details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://dacss.github.io/DACSS_601_Summer2023_Sec1/posts/challenge2_solution_Xinpeng_Liu.html
Data wrangling: using group() and summarise()
https://dacss.github.io/DACSS_601_Summer2023_Sec1/posts/challenge2_solution_Xinpeng_Liu.html
Beta Was this translation helpful? Give feedback.
All reactions