Description Usage Arguments Author(s) Examples
save meme plot
1 |
x |
meme output |
file |
output file |
width |
width of graph |
height |
height of graph |
... |
additional arguments for ggsave |
guangchuang yu
1 2 3 4 | 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.