当我在RStudio中输入帮助框的函数名称时,我会在Web浏览器中打开答案而不是RStudio-help窗口.?function例如,在输入时会发生同样的情况?which.这样做时我也在控制台中收到以下错误:
> ?which
Error in (function () : attempt to apply non-function
Error in (function () : attempt to apply non-function
Error in (function () : attempt to apply non-function
Run Code Online (Sandbox Code Playgroud)
这是在将R升级到版本3.1.3并且我在Ubuntu 14.04上之后发生的.
有谁知道如何解决这个问题 - 如何让RStudio在RStudio窗口中打开文档,而不是在Web浏览器中?