-
It's hard to teach for loops to students who haven't programmed before. Even a simple example like: for (pet in pets) { print(pet) } Is hard for them to understand. Still working at this. Anyone have successful #RStats approaches? Here's what I used: sph-r-programming.netlify.app/slides/02-for_loops#2