I\'m trying to import my dataset in R using read.table():
read.table()
Dataset.df <- read.table(\"C:\\\\dataset.txt\", header=TRUE)
But
I encountered this error when I had a row.names="id" (per the tutorial) with a column named "id".