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 <- tags$p(src = "plop", "pouet")
tagRemoveAttributes(a, "src")

ThinkR-open/brighter documentation built on May 27, 2019, 11:54 a.m.