安装R语言是报个错 configure: error: a suitable iconv is essential

Python020

安装R语言是报个错 configure: error: a suitable iconv is essential,第1张

点击查看config.log提示没有找到对应的连接

按照http://blog.csdn.net/quincylk/article/details/19545839即可

不要用gb2312, 先转换为utf-8,

iconv(province.stock, to="utf-8")

htmlTreeParse处理后,再转换为

iconv(province.stock, to="gb2312")