Again, start by loading in the murders dataset

library(dslabs)
data(murders)
population_in_millions <- murders$population/10^6

Generate boxplots of the state populations in millions by region using the boxplot function.