Converts a vector of PNG files to an animated GIF.
Examples
if (FALSE) { # \dontrun{
png_files <- list.files(path = "Plots/",
pattern = "*.png",
full.names = TRUE)
png_to_gif(png = png_files,
fps = 1.0,
out = "Plots/animated_gif.gif")
} # }