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 文件访问 R 脚本。也就是说,当我还在 Excel 文件中时,我想运行一个 R 脚本,它填充同一个 Excel 文件。原因是 Excel 的计算效率不够高。
现在我知道通常情况下,当打开 Excel 文件时,您无法通过 R 脚本填充 Excel 文件。我的问题是,有没有办法解决这个问题?例如,通过关闭 R 脚本,填充然后打开我从中调用脚本的 Excel 文件?
任何帮助将非常感激