meme_save | R Documentation |
save meme plot
meme_save(x, file, width = NULL, height = NULL, ...)
x |
meme output |
file |
output file |
width |
width of graph |
height |
height of graph |
... |
additional arguments for ggsave |
Guangchuang Yu
f <- system.file("angry8.jpg", package="meme")
x <- meme(f, "code", "all the things!")
outfile <- tempfile(fileext = ".png")
meme_save(x, outfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.