Creates a Shiny UI banner for web deployments showing feature limitations.
Usage
show_web_banner(disabled = NULL)
Arguments
- disabled
Character vector of disabled feature names (optional)
Value
A shiny tagList UI element (or NULL if local)
Examples
if (FALSE) { # \dontrun{
output$banner <- renderUI({ show_web_banner() })
} # }