Flexdashboard - hidden navbar tab using reactive values
问题 I can hide a navbar page using the static value of show_hide but I cannot figure out how to do it with the reactive value r_show_hide() . I have also tried using isolate(ifelse...) and then r_show_hide (no parentheses) as well as reactiveVal() to no avail. There is also an extraneous "> that shows up. Any help would be appreciated. Update: I created an issue https://github.com/rstudio/flexdashboard/issues/229 --- title: "-" output: flexdashboard::flex_dashboard runtime: shiny --- ```{r setup,