RStudio Error: STRING_ELT() can only be applied to a 'character vector', not a 'builtin'

孤者浪人 提交于 2019-12-10 19:10:00

问题


Upon startup in RStudio. Before doing anything I get the following error display on the console window:

Error: STRING_ELT() can only be applied to a 'character vector', not a 'raw'

I'm working on a Windows 10 OS R version 3.2.2

How can I get rid of the message? How can I identify where the source of where this error is coming from? I'm thinking it may have something to do with a previous session but I'm having trouble identifying the pattern for why this error occurs.


回答1:


In RStudio I went to Session - Clear Workspace Then I went to Session - Terminate R Then I went to Session - Restart R

Then I closed the program and restarted it. Some how that fixed the issue.



来源:https://stackoverflow.com/questions/34184851/rstudio-error-string-elt-can-only-be-applied-to-a-character-vector-not-a

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