tagRemoveAttributes: Remove a tag attribute

Description Usage Arguments Value Examples

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")

unconf-toolbox/unconfissues documentation built on May 12, 2019, 4:20 p.m.