Hide Shiny Tabs with ShinyJS
js_tab_hide(id, values, fxn = "hide")
ID of a tabsetPanel
One or more values of a tabPanel
(see the value
parameter)
Name of JavaScript call function
A string with a JavaScript function to hide a set of tabs
This function is designed to run custom JavaScript code using
shinyjs::extendShinyJS()
; use of
custom JavaScript code requires the V8 package.
V8 requires a local install of either the
V8 JavaScript Engine or
Node.js