video-shiny {video} | R Documentation |
Shiny bindings for video
Description
Output and render functions for using video within Shiny applications and interactive Rmd documents.
Usage
videoOutput(outputId, width = "100%", height = "400px")
renderVideo(expr, env = parent.frame(), quoted = FALSE)
Arguments
outputId |
output variable to read from |
width , height |
Must be a valid CSS unit (like |
expr |
An expression that generates a video |
env |
The environment in which to evaluate |
quoted |
Is |
Value
An output or render function that enables the use of the widget within Shiny applications.
[Package video version 0.1.1 Index]