# add code here
Ex 1.1: Exercise design
teach_ds :: Teaching data science with the tidyverse
- Your challenge is to go from nothing to a data visualization in 15 minutes of your first class. Don’t worry about the computing infrastructure (we’ll get to that later in the day), assume students have successfully landed in RStudio Cloud like you did earlier. Design an exercise for them to “create” their first visualization.
- If you need inspiration, you can use the
ggplot2::diamonds
ordplyr::starwars
dataset or any dataset fromnycflights13
orgapminder
packages. - If you already have a first day exercise you like, you’re welcomed to modify it to fit the challenge: from nothing to a data visualization in 15 minutes!