Replies: 1 comment 1 reply
-
You have the right idea. If the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to know how to specify the target when several files are written to disk with, say, the
purrr::walk()
function. In the single file case, it is fairly simple and the book explains it very well. What I need is for my function to the path of the created file:However, when I have a case like what follows, I am not sure how to go about it. So, here, I have a list of
ggplot
objects and I am saving them all with thepurrr::walk
function:Will adding a file path at the end of
purrr::walk2()
work?Thank you
Beta Was this translation helpful? Give feedback.
All reactions