Which Of The Following Statement Can Read Csv Files #622
Which of the following statement can read csv files?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Commands, Packages, Visualizing Data and Linear Regression - Commands - Quiz No.1.
Which of the following statement can read csv files?
read.table(filename,header=TRUE,sep=’,’)
read.csv(filename,header=TRUE,sep=’,’)
read.tab(filename,header=TRUE,sep=’,’)
read.tab(filename,header=False,sep=’,’)