Displaying 1 result from an estimated 1 matches for "nasdaq0x1".
2012 May 19
1
Try Giving Invalid Argument Type Error
...mode=quarterly_reports&symbol=",
exh,"%3A",tic,"&istart_date=0", sep = "")
doc <- htmlParse(URL)
Error in htmlParse(URL) :
error in creating parser for
http://www.advfn.com/p.php?pid=financials&btn=istart_date&mode=quarterly_reports&symbol=NASDAQ0X1.CP-1072AACOU&istart_date=0
I tried to account for this using the try function but I get the error
below that I don't understand.
options(error = expression(NULL))
URL<-paste("http://www.advfn.com/p.php?pid=financials&btn=istart_date&mode=quarterly_reports&symbol="...