R Fast XML Parsing. Solution: Updated for the comments d = xmlRoot(doc) size = xmlSize(d) names = NULL for(i in 1:size){ v = getChildrenStrings(d[[i]]) ...
確定! 回上一頁