Assert that a tag has specified properties
tagAssert(tag, type = NULL, class = NULL, allowUI = TRUE)
tag | A tag object. |
---|---|
type | The type of a tag, like "div", "a", "span". |
class | An HTML class. |
allowUI | If TRUE (the default), allow dynamic outputs generated by
|