Displaying 2 results from an estimated 2 matches for "nticker".
Did you mean:
ticker
2007 Mar 07
1
Read data with different column lengths
...hat (read
separately, then extract the actual ticker symbols "ADS",
"ALV", ...). For reading the rest, I tried several things, for example:
data=read.table(infile,quote="",fill=T,dec=",",skip=2,colClasses=rep(c
("character","numeric"),ntickers))
or
data=matrix(scan(file=infile,what=rep(c
("character","numeric"),ntickers),dec=",",skip=2),ncol=2*ntickers,byrow=
T)
where "infile" specifies the path to the input file and "ntickers" is
the number of ticker-columns in the data set, so in t...
2008 Jun 02
4
[Bug 16206] New: Charts in Yahoo Finance crash swfdec
http://bugs.freedesktop.org/show_bug.cgi?id=16206
Summary: Charts in Yahoo Finance crash swfdec
Product: swfdec
Version: git
Platform: Other
URL: http://finance.yahoo.com/echarts?s=%5EDJI#symbol=%5EDJI;
range=1d
OS/Version: All
Status: NEW
Severity: critical
Priority: medium