Pretty sure i'm missing something obvious here but..
How would I reconfigure the code so that chart 3 is a tabset?
TIA
Create Flexdashboard Layout Initialize a Flexdashboard from R Studio using File > New File > R markdown > From Template > Flex Dashboard, save, and knit the document.
You add an input sidebar to a flexdashboard by adding the {. sidebar} attribute to a column, which indicates that it should be laid out flush to the left with a default width of 250 pixels and a special background color.
The goal of flexdashboard is to make it easy to create interactive dashboards for R, using R Markdown. Use R Markdown to publish a group of related data visualizations as a dashboard.
In order to provide an answer (an unsatisfactory one, tough), it is to point out that this is a known issue, and currently does not have a solution in flexdashboard
.
Source in Github: https://github.com/rstudio/flexdashboard/issues/37
As I dont have your code, you can try something like:
Column {.tabset}
-----------------------------------------------------------------------
### chart 3
It might work. More specifications about this you can find in the flexdashboard
webpage (the same one from the print screen).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With