我有一个名为 output.csv 的 CSV 文件,保存在我的工作目录中并打开...当我在 R 中使用 write 命令写入打开的 CSV 文件时,出现错误
Error in file(file, ifelse(append, "a", "w")) :
cannot open the connection
In addition: Warning message:
In file(file, ifelse(append, "a", "w")) :
cannot open file '1file.csv': Permission denied
文件保持打开状态非常重要....请帮助