Nothing
Show an Image on an R Graphics Device
Sometimes it is handy to be able to view an image file on an R graphics device. This package just does that. Currently it supports PNG files.
devtools::install_github("r-lib/showimage")
library(showimage)
png(tmp <- tempfile(fileext = ".png"))
pairs(iris)
dev.off()
show_image(tmp)
GPL-2 | GPL-3 © Mango Solutions, Simon Urbanek, RStudio
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.