Displaying 1 result from an estimated 1 matches for "_elegant".
Did you mean:
elegant
2004 Apr 25
2
Yahoo bug in tseries::get.hist.quote and its::priceIts
...6,1551449984,1148.16
5-Apr-04,1141.81,1150.57,1141.63,1150.57,1614749952,1150.57
2-Apr-04,1144.15,1144.73,1132.17,1141.81,2134489984,1141.81
1-Apr-04,1128.14,1135.53,1126.21,1132.17,1765560064,1132.17
<!-- chart2.finance.scd.yahoo.com uncompressed Sat Apr 24 15:27:40 PDT 2004 -->
Is there an _elegant and portable_ way of reading this with the last line?
I needed this, and used the somewhat clunky
data <- read.csv(destfile)
unlink(destfile)
data <- data[-(nlines-1),] # skip very last line with commment
which uses nlines, which had already been computed (as has a off...