vegawidgetOutput {vegawidget} | R Documentation |
Shiny-output for vegawidget
Description
Use this function in the UI part of your Shiny app.
Usage
vegawidgetOutput(outputId, width = "auto", height = "auto", widget = NULL)
Arguments
outputId |
output variable to read from |
width , height |
Must be a valid CSS unit (like |
widget |
|
[Package vegawidget version 0.5.0 Index]