-
@i_steves talking about teaching data science with puzzles. Ooh! #rstudioconf
-
@i_steves Started with advent of code - puzzles that could be solved with different code. @JennyBryan suggested puzzles using "messy" data in the tidyverse. Bite-size data challenges. #rstudioconf
-
@i_steves @JennyBryan tidiesofmarch package. Build community to share solutions and bank of solutions. Exercise wrangling skills and showcase lesser known functions. Encourage workflow and project management.
-
@i_steves @JennyBryan Make students use rstudio projects. Puzzles can be downloaded by the week. Use good file naming principles for each puzzle. Use here() package to standardize paths
-
@i_steves @JennyBryan Auto generated table of contents, provides structure to organize puzzles by the week. Test on small cases, can it work on a larger dataset?
-
Use submit_puzzle() to submit your answer and get feedback. Reprex is generated for your solution to share. This is really slick.
-
slides: bit.ly/ds-puzzles #rstudioconf