Displaying 2 results from an estimated 2 matches for "2003&d".
2009 Jun 23
4
SAS Macro Variable in R
...ble
in R.
What I'd like to do is take the simple R code below and change the
"=TEF" to different letters to refer to different companies' data for
download.
# DOWNLOADS FILES FROM YAHOO INTERNET
download.file('http://ichart.yahoo.com/table.csv?s=TEF.MC&a=00&b=1&c=2003&d=05&e=23&f=2009&g=d&ignore=.csv',
'c:\\projects\\stock data\\data\\test.csv',quiet=TRUE)
As you can see the text I want to change is within the quoted Internet
address. Is this possible in R?
Thanks in advance for any assistance.
--
Best regards,
David Youn...
2003 Jun 04
1
get.hist.quote not connecting to yahoo (PR#3188)
....82)
Since yesterday morning get.hist.quote in tseries has not been connecting to
yahoo 90% of the time. Is this a problem or change at Yahoo's end?
Alex
Example of R output...
Tring to pulling in 30 days of pricestrying URL
`http://chart.yahoo.com/table.csv?s=ANL.L&a=4&b=04&c=2003&d=5&e=03&f=2003&g=d&q=q&y=0&z=ANL.L&x=.csv'
unable to connect to 'chart.yahoo.com' on port 80.
Error in download.file(url, destfile, method = method) :
cannot open URL
`http://chart.yahoo.com/table.csv?s=ANL.L&a=4&b=04&c=2003&d=5&...