…e file because it picked the column names from the header (episode, script) and got the last 3 rows but I am quite puzzled as to why read.csv would skip rows 1–5. I tried passing the as.is=T argument toread.csv to prevent it from interpreting strings as factors…