search for: regtransfers

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

2009 Dec 20
2
read.table: mysterious line omissions
...would've taken the time to figure out how to use scan, readLines, or some other tool that can read in character strings, and then parse and input to a table, but that seems like overkill, and probably it would be good to understand what's wrong with my text file. The file is here. https://regtransfers-sth-se.diino.com/download/jonsleepy/_mydropbox_/finalInput.xls The code is here: temp <- as.matrix(read.table('finalInput.xls', header=FALSE, sep = "\t")) dim(temp) #expect 1990 x 2; but find 362 x 2 Sorry to require a download (this probably won't make people happy), but...