Is it possible to integrate tabs within the chart header of the flexdashboard?
I now have the structure like this:
---
title:
author:
date:
Email:
output:
flexdashboard::flex_dashboard:
orientation: rows
vertical_layout: scroll
editor_options:
chunk_output_type: console
---
Page 1
========================================================================
Row 1 {data-height=350}
------------------------------------------------------------------------
### Chart 1
### Chart 2
### Chart 3
Row 2 {data-height=350}
------------------------------------------------------------------------
### Chart 1
### Chart 2
### Chart 3
But I would like to have Chart 2 with tabs so that I can change between plot 2A and 2B using the tabs, while Chart 1 and Chart 3 in the same row remain.