gganimate save the file

I'm dipping my toe into gganimate with the babynames data set using RStudio. Very ease to use the aniamation effects. I now want to save and export this graph and call the file Michael. How would I best do this?

You can use the anim_save() function:

anim_save(filename, animation = last_animation(), path = NULL, ...)

There are also some more examples in the repo here:

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.