Here is the code I tried, I tried to ways. Basically I'm just wondering about the permission denied part.
data <- matrix(c(1,2,3,4), ncol=2)
write.csv(data,"C:/Users/brian_000/Documents")
Error:
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 'C:/Users/brian_000/Documents': Permission denied
write.csv(data, file="C:/Users/brian_000/Documents")
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 'C:/Users/brian_000/Documents': Permission denied
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…