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
3
4
5
## Not run: 
a <- tags$p(src = "plop", "pouet")
tagRemoveAttributes(a, "src")

## End(Not run)

rpodcast/shinylego documentation built on Oct. 1, 2021, 6:37 a.m.