I'm trying to read in a csv and then clean it up before I can work with the data. Every line of code after the VectorSouce line (didn't include them all) gives an error, not a warning. I cannot figure out how to fix the code to get it to work. Below are the errors I get. I included a screenshot of the data if that helps, I'm relatively new to coding so any help is greatly appreciated!
Below is the code: #Load in data
ReviewData <- read_csv("Desktop/deception_data_final.csv")
I tried both, neither would work. I started over with warn=1 but then I saved it, closed R, reopened it and it worked, thank you so much for your help!!