R/plot_to_csv.R
plot_to_csv.Rd
Saves the plot to a new csv file (numbered).
plot_to_csv(plot = ggplot2::last_plot(), folder_name = "figures")
..