readr icon indicating copy to clipboard operation
readr copied to clipboard

FR: Make `write_*()` return `file`

Open olivroy opened this issue 5 months ago • 0 comments

To mimic ggplot2::ggsave().

A common workflow I have when I save file to view the result is the following:

plot <- ggplot()
ggsave(plot, "file.png")
fs::file_show(.Last.value)

I wondered if this could work with readr / vroom

olivroy avatar Jan 23 '24 19:01 olivroy