readr icon indicating copy to clipboard operation
readr copied to clipboard

Feature request: write to "tmp_{filename}" first and then overwrite file

Open andersen-hecon opened this issue 4 months ago • 0 comments

It would be helpful if there were an option in write_* that would write to a temporary file first and then copy the file to the target location, rather than overwriting an existing file. This is particularly useful for large files where an R session may crash along the way and one has lost the previously existing file.

andersen-hecon avatar Aug 22 '25 13:08 andersen-hecon