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!
Probably your csv file is open. Close it and try again
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With