Description Usage Arguments Examples
Point to a folder of PNG files and engifify them (make them into a gif (I made this word up)). A convenience function for the gifski function.
1 |
png_folder |
Folder where you've stored your PNG image files (.png or .PNG). |
gif_path |
File path for your new gif including .gif extension. |
... |
Pass further arguments to gifski (see ?gifski for details). |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Not run:
# filepath of folder containing PNGs
gif_in <- "folder/subfolder"
# filepath for the output gif (including extension)
gif_out <- "gifs/amazing_gif.gif"
# engifify
make_gif(
png_folder = gif_in,
gif_path = gif_out
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.