Notifications
Clear all

Error Message when Reading data file

1 Posts
1 Users
0 Reactions
7 Views
(@Kathleen Boies)
Joined: 3 days ago
Posts: 1
Topic starter  

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")

   
Quote

Leave a reply

Author Name

Author Email

Title *

Maximum allowed file size is 10MB

Preview 0 Revisions Saved