coderLMN / AutomatedDataCollectionWithR

《基于 R 语言的自动化数据采集技术》读者讨论区
28 stars 10 forks source link

P39 indy<-fromJSON(content = "indy.json") 错误 #17

Closed dxh8286239 closed 7 years ago

dxh8286239 commented 7 years ago

老师,JSON对象转化错误,提示为

indy <- fromJSON("indy.json") Error in nchar(content) : invalid multibyte string, element 1 这是什么问题啊?

coderLMN commented 7 years ago

看这个,有一位读者已经解决了,完全一样的问题 https://github.com/coderLMN/AutomatedDataCollectionWithR/issues/11

dxh8286239 commented 7 years ago

谢谢老师~