Hi all,
I have multiple tabset in my document, always with the same names. What kind of javascript magic do I need to insert that if a user changes one tab, all other tabs are changed too? In the example below, I want that winer all R or all _Julia_tabs are shown.
This is very similar to this questions:
r - Change second tabset on click in flexdashboard - Stack Overflow
Change second tabset on click in flexdashboard
Unfortunately my javascript skills are insufficient to adapt this solution to my problem.
I'd appreciate any hints!
Andreas
---
title: "Test
---
# First
blabla
### Hints {.tabset}
#### R
R is a great language
#### Julia
Julia is a nice language too
# Second
blabla
### Hints {.tabset}
#### R
You can directly use `data.frame` ...
#### Julia
Import first `DataFrames` ...