undisplay: Hide or display a tag

Description Usage Arguments Value Examples

View source: R/golem_utils_ui.R

Description

Hide or display a tag

Usage

1
undisplay(tag)

Arguments

tag

the tag

Value

a tag

Examples

1
2
3
4
5
## Hide
a <- shiny::tags$p(src = "plop", "pouet")
undisplay(a)
b <- shiny::actionButton("go_filter", "go")
undisplay(b)

CentroGeo/visualizadorIncidentesViales documentation built on June 1, 2021, 7:46 p.m.