UtrechtUniversity / workshop-introduction-to-R-and-data

Material for the workshop 'Introduction to R & data'
https://utrechtuniversity.github.io/workshop-introduction-to-R-and-data/
Other
27 stars 13 forks source link

Feedback: Tidyverse (Afternoon Session) #31

Open nehamoopen opened 1 year ago

nehamoopen commented 1 year ago

Please leave your feedback for the tidyverse component (afternoon session) in this issue, thaaaanks!

StefanoRapisarda commented 1 year ago

These were comments made after following the very first course in R, comments are organised by session (corresponding to videos):

DorienHuijser commented 1 year ago

Hello! I haven't gone through the afternoon session materials (and will not manage before the end of this month). I had only noticed so far that the slides link to uu.nl/rdm, that should be https://uu.nl/rdm, because otherwise the link does not work. Sorry, not super useful feedback ;)

nehamoopen commented 1 year ago

Notes from @Mish-JPFD:

DorienHuijser commented 11 months ago

During session notes:

Use the code you wrote during exercises 4 and 5, and make a workflow that starts with the data penguins, and subsequently applies your filter and select operations.

should become

Use the code you wrote during exercises 5 and 6, and make a workflow that starts with the data penguins_raw, and subsequently applies your filter and select operations.

nehamoopen commented 11 months ago

Exercise 9 combines two functions: rename and pivot_wider, I would perhaps just split them...maybe do the renaming earlier in the script as well

nehamoopen commented 9 months ago

pyramid-grammar-graphics