video_file {gganimate} | R Documentation |
Wrap a video file for easy handling
Description
This function is equivalent to gif_file()
but works for arbitrary video
file formats. There are some caveats involved though, most notably it doesn't
currently supports splitting so you can't easily use this output together
with split_animation()
. Graceful printing is contingent on the file format.
Only mp4
, webm
, and ogg
is supported by the HTML format and can thus be
shown in the RStudio viewer and inside HTML documents created with knitr.
Other formats will be opened in their default OS-specific viewer.
Usage
video_file(file)
## S3 method for class 'video_file'
print(x, width = NULL, ...)
knit_print.video_file(x, options, ...)
Arguments
file |
A video file |
x |
A |
width |
The width the output should be scaled to |
... |
Arguments passed on |
Value
video_file
returns a video_file
object which is a shallow wrapper
around the file path text string.
[Package gganimate version 1.0.10 Index]