save_animation {gganimate}R Documentation

Infrastructure for animation saving

Description

Any returned animation object that wish to support anim_save() need to implement this method

Usage

save_animation(animation, file)

Arguments

animation

The animation object to save

file

The file path to save it to


[Package gganimate version 1.0.9 Index]