确定脚本是在 Windows 还是 Linux 中运行
有没有一种简单的方法可以以编程方式确定 R 脚本是否在 Windows 和 Linux 中执行?
Is there a simple way to programmatically determine if an R script is being executed in Windows vs. Linux?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
回报
或其他东西。
returns
or something else.
我在三台 Linux 或 Windows 机器中的任意一台上运行相同的代码。我使用以下内容来设置工作目录:
在我的 debian linux 服务器和我的 Ubuntu 笔记本电脑上:
在我的 Windows 10 笔记本电脑上,在 RStudio 中:
随意编辑并添加到此列表中。
I run the same code from any of three Linux or Windows machines. I use the following to set up working directories:
On my debian linux server and my Ubuntu laptop:
On my Windows 10 laptop, in RStudio:
Feel free to edit and add to this list.