gpt4 book ai didi

r - 在 R 中更改主目录

转载 作者:行者123 更新时间:2023-12-04 18:06:57 26 4
gpt4 key购买 nike

在 R 中,如果我使用命令

write.csv(res,"~/table1_n500.csv")

,则结果保存在 C:\Users\John Smith\Documents .
但我预计它会被保存在 C:\Users\John Smith\ .

我可以将此主目录(由 ~ 标记引用)更改为 C:\Users\John Smith\ ?

最佳答案

根据我的个人经验,我通常从文件中导入数据(例如在目录 C:\Users\John Smith\DATA 中)

然后我将工作目录设置为

setwd("C:/Users/John Smith/DATA")

虽然我想将输出文件保存在“C:\Users\John Smith”等其他目录中,但不在数据文件夹中。

所以我将设置相对工作目录,如
setwd("../")

当你输入 getwd()你会得到 [1] "C:/Users/John Smith"
希望这个帮助。

关于r - 在 R 中更改主目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24073246/

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