Andrewmikolinski / BIOL7800

0 stars 0 forks source link

HW 4 #6

Open daijiang opened 11 months ago

daijiang commented 11 months ago

Great job!

For Q2, you can use pipe and mutate() to simplify the code. (Your code works perfectly though)

For Q3, you can add arrange(desc(lecture_count)) after summarise() with a pipe.