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.
当我转到 Excel、Addins、RExcel,然后单击“启动 R”时,R 控制台不会自动启动。问题不大,但是当我手动启动它(Windows 开始菜单,R)并尝试使用“Put R Var”将数据从 Excel 导入 R 时,它不起作用 - R 根本无法识别我给了数据框的名称。
我在 Windows XP 上使用 R 版本 2.15.1、Excel 2010。
有什么建议我可以解决这个问题吗?
可能安装了 R,但 Excel 找不到它。我会尝试将 R 可执行文件的路径添加到您的PATH环境变量中。
PATH
设置路径命令并在 RExcel 菜单中将 R 服务器设置为前台并选中复选框 Rguivisible。关闭 excel 并重新启动 excel,然后启动 R。这应该可以。