Notifications
Clear all
Topic starter
June 4, 2025 4:00 pm
Hi, I keep getting the same error message when trying to import csv data set into R. This is an example when trying to import the IPIP dataset--it was working fine before--how do I fix this?
Rows: 38 Columns: 21 ── Column specification ─────────────────────────────────────────────────────────────────── Delimiter: "," chr (1): Sex dbl (20): Q1, Q2, Q3, Q4, Q5, Q6, Q7, Q8, Q9, Q10, Q11, Q12, Q13, Q14, Q15, Q16, Q17, Q... ℹ Use `spec()` to retrieve the full column specification for this data. ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message. > View(IPIP) > library(readr) > driving <- read_csv("Data Sets/driving.csv")