Vidyalelo
R Programming · Q34

Data Visualization with ggplot2

Programming · R Programming · question 34

Q34

Which of the following statement read a tab or space delimited file?

A.
read.table(filename,header=TRUE)
Answer
B.
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