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
.
This exercise is part of the course
Data Manipulation with dplyr
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
selected_names <- babynames %>%
# Filter for the names Steven, Thomas, and Matthew
___