Hey!
I've been trying to import a new data set but it keeps showing the message of "error: unexpected symbol".
This is the code I've been using:
bfi <- read.table(file="~/bfi.csv", sep=",", header=T)bfi
This"bfi" is already in my working directory so I don't know why it cannot be read. Any suggestion would be really helpful!!!