search for: shortdatafil

Displaying 1 result from an estimated 1 matches for "shortdatafil".

Did you mean: shortdatafile
2007 May 15
1
read.table() can't read in this table (But Splus can) (PR#9687)
...quot; > > Then, start R, type in command "x <- read.table("datafile.txt", header=TRUE, > sep="\t")". The data has 7400 lines, but not all lines could be read in by R. > > Easier test data set: > Use the command "head -n 100 datafile.txt > shortdatafile.txt" to extract the > first 100 lines. The R command "x <- read.table("datafile.txt", header=TRUE, > sep="\t")" could not read in even this 100 lines of data. > > But Splus can, with the same command. What is wrong? Using R version 2.5.0 Patched...