Exercise

Visualizing names with ggplot2

The dplyr package is very useful for exploring data, but it's especially useful when combined with other tidyverse packages like ggplot2.

Instructions 1/2

undefined XP
    1
    2
  • Filter for only the names Steven, Thomas, and Matthew, and assign it to an object called selected_names.