Can someone guide me towards how to set up something that would allow a user to cut and paste a higher-quality graphic from a Shiny app?
I am sometimes using ggplot2 and other times the native graphics (I can switch to ggplot2 for everything if that is easier). I envision something like double-clicking on a graphic to copy a scalable higher-res version like svg or a metafile. I have found information on how to save high-quality graphics in RStudio but not how that would work in an app.
Thanks!