Vidyalelo
R Programming · Q33

Data Visualization with ggplot2

Programming · R Programming · question 33

Q33

Which of the following statement can read csv files?

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