Q. Which of the following statement can read csv files?
β
Correct Answer: (A)
read.table(filename,header=TRUE,sep=',')
You must be Logged in to update hint/solution