Is there anyway to plot SVG to memory buffer instead of file?
I'm trying to embed R into my own app, so I can use R to generate svg charts. I would like to avoid generating file and then read svg file to my app.
I found this In R, how to plot into a memory buffer instead of a file?, but it's for png format.
It would be great if we can do something similar to svg and save svg content to a string variable
Thanks!