Using gg_animate to create a gif
Is there a way to implement gg_animate in R to produce a gif. I already have my ggmaps created and saved as PDFs. I would like to create an animation which scrolls through those maps maybe holding on each image for 1 or 2 seconds. Is there a way to do this in R or should I use some sort of gif creator - if so any suggestions? Thanks much Update Jul2018 : gganimate() has undergone a rewrite and is now much improved . The previous API is only available through the archived version and should not be expected to work with the new version. With the new version: library(gapminder) library(gganimate)