Combining R Markdown and Animation Package
问题 Is there a way to combine animation package and r markdown? I want to generate animation which i want to include and describe in html file generated from r markdown. Of course I can embed code from saveHTML or saveGIF file in already generated r markdown file, but i want to automate this process. I'm working on Windows, R 15.1 and the last RStudio. 回答1: Here is the clock example from the knitr graphics manual (see comment on your question) in markdown: ```{r clock, fig.width=7, fig.height=6,