Q33
Which of the following statement can read csv files?
A.
read.table(filename,header=TRUE,sep=',')
AnswerB.
read.csv(filename,header=TRUE,sep=',')
C.
read.tab(filename,header=TRUE,sep=',')
D.
read.tab(filename,header=False,sep=',')
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board