1.

Which of the following statement can read csv files?

A. read.table(filename,header=TRUE,sep=’,’)
B. read.csv(filename,header=TRUE,sep=’,’)
C. read.tab(filename,header=TRUE,sep=’,’)
D. read.tab(filename,header=False,sep=’,’)
Answer» B. read.csv(filename,header=TRUE,sep=’,’)


Discussion

No Comment Found