Load the US murders dataset in R.
library(dslabs)
data(murders)
Use the function str to examine the structure of the murders object.
Which of the following best describes the variables represented in this
data frame?
str shows no relevant information.Type the number (1, 2, 3, 4) in the script below to submit your answer.