search for: allfb4rows5cols

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

2005 Jan 19
3
importing files, columns "invade next column"
...AllCol[1:2,1:5] row.names UNIQID All.FB.Id All.FB.5 All.FB.4 a1 NA 10006 NA NA NA a2 NA 10007 NA NA NA ## d) importing file with 4 rows and 4 cols, result is like b) but gives the same warning as c!) > x4rows5cols <- read.table('AllFB4rows5cols.txt', fill=T, header=T, + row.names=paste('a',1:4, sep=''), + as.is=T, nrows=4) Warning message: incomplete final line found by readTableHeader on `AllFB4rows5cols.txt' > x4rows5cols[1:2,1:5] UNIQID All.FB.Id All.FB.5 All.FB....