Displaying 1 result from an estimated 1 matches for "xvalhelper".
2008 Jun 25
0
Memory allocation failed: Copying Node
...unProcessedFiles(filein) )
           if(is.null(xml)) next
                        
            if(is.null(xml)) {
              stop("File not processed: " %+% file)
            }
             
            processed=FALSE           
            owner <- tryCatch(
data.frame(datadate=xValHelper("periodOfReport"),
                                          CIK=xValHelper("issuerCik"),
                                          conm=xValHelper("issuerName"),
                                         
tic=xValHelper("issuerTradingSymbol")),...