This function generates a column in a fluidrow with a plotly inside

column_plotly(plot)

Arguments

plot

A plotly from the server with covid tidy preprocessed data

Value

Returns a column with a plotly chart in the ui

Examples

column_plotly(plot = 'plotlytotalcases')
#> <div class="col-sm-3"> #> <div id="plotlytotalcases" style="width:100%; height:300px; " class="plotly html-widget html-widget-output shiny-report-size"></div> #> </div>