tagAssert: Assert that a tag has specified properties

Description Usage Arguments

View source: R/utils.R

Description

Assert that a tag has specified properties

Usage

1
tagAssert(tag, type = NULL, class = NULL, allowUI = TRUE)

Arguments

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 uiOutput or htmlOutput. When a dynamic output is provided, tagAssert won't try to validate the the contents.


shinydashboard documentation built on Sept. 30, 2021, 5:09 p.m.