Session Ready
Exercise

Using the output of order

Now we know how small the smallest state is and we know which row represents it. However, which state is it?

Instructions
100 XP
  • Find the index of the smallest state using which.min(murders$population).
  • Define a variable states to hold the state names from the murders data frame.
  • Combine these to find the state name for the smallest state.