View source: R/flex_functions.R
flex.multiTabPlotly | R Documentation |
Prepares list of ggplot handles as plotly figures for multi-tab presentation in flexdashboards.
flex.multiTabPlotly(plt.list, plt.list.name, fig.width = 5, fig.height = 5)
plt.list |
list of ggplot handles |
plt.list.name |
list name |
fig.width |
Numeric. Figure width. Default is 5. |
fig.height |
Numeric. Figure width. Default is 5. |
flexdashboard compatable list of plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.