¿Es posible integrar pestañas dentro del encabezado del gráfico del tablero flexible?
Ahora tengo la estructura así:
--- 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 3Pero me gustaría tener el Gráfico 2 con pestañas para poder cambiar entre el gráfico 2A y el 2B usando las pestañas, mientras que el Gráfico 1 y el Gráfico 3 permanecen en la misma fila.