search for: bas64

Displaying 1 result from an estimated 1 matches for "bas64".

Did you mean: base64
2009 Mar 04
1
How to dump plots as bas64 strings?
Hello My question might sound awkward, but I am looking for a way to somehow convert a plot in R into a base64 string. Here's an idea, but it is not at all satisfying. 1. write the plot to the harddisk: --------------------------- png("toto.png") plot(c(1,2,3)) dev.off() --------------------------- 2. somehow reload that file from the disk and transform it into a base64 string: