Drop hier links of afbeeldingen om ze aan de editor toe te voegen.

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.