How to display multiple plots on an R flexdashboard page if using storyboard layout
I'm building an R FlexDashboard in storyboard format. I'd like to display multiple plots on a few of the storyboard pages, including a series of linked plots using crosstalk. However, when I try to display multiple plots on a page or use the bscols() function, the page looks all messed up. Are multiple plots allowed in R FlexDashboard's storyboard format? Here is an example: --- title: "Error_example" output: flexdashboard::flex_dashboard: storyboard: true theme: bootstrap --- ###Example: Why can't won't the datatable show up below the plot in this storyboard? ```{r} library(plotly) library(DT