My ggplots are stored as lists in a dataframe like the picture below. A plot for each id is separately stored in a dataframe. Thus, the dataframe has two columns: id and plots. I want to save each plot of each id as a separate png file in my disk with a single code.
Asked
Active
Viewed 86 times