Parsing small web page with xml2 throws XML_PARSE_HUGE error

て烟熏妆下的殇ゞ 提交于 2019-12-09 03:09:29
glossarch

The best I can do so far is to install shabbychef's forked version of xml2 that forces XML_PARSE_HUGE. You can install this version of xml2 via

library(drat)
drat:::add("shabbychef")
install.packages('xml2')

For the time being, please use this work around if you encounter XML_PARSE_HUGE errors in rNOMADS.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!