readr
readr copied to clipboard
Feature request: write to "tmp_{filename}" first and then overwrite file
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.