Reputation: 51
I want to output a CSV file to a specified location. The code should overwrite the existing CSV file at the specified location each time the code runs.
I am getting an error saying :
Error in file(file, ifelse(append, "a", "w")) :
cannot open the connection
Thanks in advance!
Upvotes: 4
Views: 13970