I am trying to import the data from the CSV file. The code I used is below
New <- read.table("New.csv", fill="TRUE")
and below is the CSV file data:
Name Sex Age Score Aspirations
Rhea F 18 98 Doctor
John M 17 90 Engineer
Rads F 21 87 Air Hostess
The R console is sending me an error and I am not sure how to deal with this. I am a beginner in R.
Error in fill && length(col.names) > cols : invalid 'x' type in 'x && y'