This time download the csv file at
“https://raw.githubusercontent.com/rafalab/dslabs/master/inst/extdata/murders.csv”
and save it in a tibble murders_tibble.Make a plot of the data using the population and total columns as the
x and y axis variables respectively. Do this using the plot() function.
Hint: You can load the csv from the url in 1 line using the readr package.