Advice on how to recordPlot() in future_lapply() #720
Unanswered
leonfodoulian
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Hi, could you please make a minimal example? Are you using base graphics or ggplot2? Also, it might help to know what you want to do with those plots later. Do you want to write them to disk? Or output them in another way? Or modify them before saving them to disk? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a function that silently returns a plot that I would like to save in my output data using
future.apply::future_lapply()
. Any idea on how I could achieve this?Thank you for your advice!
Best,
Leon
Beta Was this translation helpful? Give feedback.
All reactions