Displaying 1 result from an estimated 1 matches for "abstractum".
Did you mean:
abstract
2012 May 04
2
read.table() vs read.delim() any difference??
Hi,
I have a tab seperated file with 206 rows and 30 columns.
I read in the file into R using read.table() function. I checked the dim()
of the data frame created in R, it had only 103 rows (exactly half), 30
columns. Then I tried reading in the file using read.delim() function and
this time the dim() showed to be 206 rows, 30 columns as expected.
Reading the read.table() R-help documentation, I