tagRemoveAttributes: Remove a tag attribute

Description Usage Arguments Value Examples

View source: R/golem_utils_ui.R

Description

Remove a tag attribute

Usage

1

Arguments

tag

the tag

...

the attributes to remove

Value

a new tag

Examples

1
2
a <- shiny::tags$p(src = "plop", "pouet")
tagRemoveAttributes(a, "src")

sharlagelfand/packagerecs documentation built on May 29, 2019, 1:26 p.m.