install.packages("tidyverse")
library(tidyverse)
gun_violence <- read_csv("Gun_Violence_Data.csv")
I got the error:
Error in read_csv("Gun_Violence_Data.csv") :
could not find function "read_csv"
I loaded tidyverse, so this should work. Can anyone tell me why?