processanimaterOutput {processanimateR} | R Documentation |
Create a process animation output element
Description
Renders a renderProcessanimater within an application page.
Usage
processanimaterOutput(outputId, width = "100%", height = "400px")
Arguments
outputId |
Output variable to read the animation from |
width , height |
Must be a valid CSS unit (like 100 which will be coerced to a string and have px appended. |
[Package processanimateR version 1.0.5 Index]