blogdown-demo
blogdown-demo copied to clipboard
Add an example of GIF animations
Per request of @thomasp85 https://twitter.com/thomasp85/status/923263990121353218
Something like this should work (requires FFmpeg):
```{r random, fig.show='animate', ffmpeg.format='gif', dev='jpeg'}
for (i in 1:10) plot(runif(100), ylim = c(0, 1))
```
Thanks - didn’t know ffmpeg made gifs - has been hacking it with magick