Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚意识到该 data()命令在 RStudio 中不起作用。它通常会为您提供所有可用数据集的列表(取决于您使用的软件包)。
data()
有谁知道解决方法?
这是一个非常糟糕的解决方法:
x <- edit(data())
至少它确实在几个路径和其他列表之后为您提供了列表。
正如许多人指出的那样,data()在 RStudio 中工作得很好。由于它会生成一个独立的窗口,因此默认情况下输出不是 RStudio 窗口,但您所要做的就是从该窗口“选择默认应用程序”对话框窗口中选择 RStudio,一切就绪。(vsn 97.245 w/ R2.15.2 和 Win7)
这似乎只是 RStudio 的 Linux 版本的问题!