gpt4 book ai didi

R:确定脚本是在 Windows 还是 Linux 中运行

转载 作者:行者123 更新时间:2023-12-03 08:46:09 26 4
gpt4 key购买 nike

有没有一种简单的方法来以编程方式确定 R 脚本是在 Windows 还是 Linux 中执行的?

最佳答案

if(.Platform$OS.type == "unix") {
} else {

}

关于R:确定脚本是在 Windows 还是 Linux 中运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2096473/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com