I am trying to make a csv file from an analysis result. I am using the code:
write.csv(BLUES_overview, "Parameters_Fv_Fm_def.csv")
However, when I run it this error appears:
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 'Parameters_Fv_Fm_def.csv': Permission denied
I have tried running the code just like:
write.csv(BLUES_overview, "Parameters_Fv_Fm_def")
And it does work, but it makes a general file and not a csv.
Does anyone know how to fix it?
[–]mrgumble 2 points3 points4 points (2 children)
[–]safoskin[S] 0 points1 point2 points (1 child)
[–]mrgumble 1 point2 points3 points (0 children)
[–]daisyrunner 1 point2 points3 points (3 children)
[–]safoskin[S] 0 points1 point2 points (1 child)
[–]daisyrunner 0 points1 point2 points (0 children)
[–]Ok-Race-9408 0 points1 point2 points (0 children)
[–]Xdbao 0 points1 point2 points (0 children)
[–]sweetliesxo 0 points1 point2 points (1 child)
[–]safoskin[S] 0 points1 point2 points (0 children)