Q34
Which of the following statement read a tab or space delimited file?
A.
read.table(filename,header=TRUE)
AnswerB.
read.CSV(filename,header=TRUE)
C.
read.table(filename,header=FALSE)
D.
read.tableall(filename,header=TRUE)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board