Which Of The Following Statement Read A Tab Or Space Delimited #623
Which of the following statement read a tab or space delimited file?
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 read a tab or space delimited file?
read.table(filename,header=TRUE)
read.CSV(filename,header=TRUE)
read.table(filename,header=FALSE)
read.tableall(filename,header=TRUE)