Displaying 1 result from an estimated 1 matches for "rptowner".
Did you mean:
datowner
2008 Jun 25
0
Memory allocation failed: Copying Node
...quot;, "and", charStreamNew)
xmlVec<-readLines(textConnection(charStreamNew))
xmlInDoc <- grep("</*XML", xmlVec)
xmlDoc <- xmlTreeParse(xmlVec[seq(xmlInDoc[1]+1, xmlInDoc[2]-1)],
useInternal=TRUE)
}
processTransaction <- function(rptOwner, nodes, outFile) {
transaction <- data.frame(
transdate=xValHelperSpecial(nodes,"transactionDate"),
securityTitle=xValHelperSpecial(nodes,"securityTitle"),...