An environment containing wrappers for all shiny::tags.
These wrappers automatically handle sherpa attribute helpers
(like x_data(), x_on(), ...) without the need for the
rlang::splice-operator !!!.
Details
The sherpa attribute helpers all return a named list with a single Element. By default, shiny::tags will treat these named lists as regular tag content instead of HTML-Attributes (which we want).
There are 3 ways to make shiny::tags treat the sherpa attribute helpers as HTML-attributes:
splicethem into the function call using rlang::splice-operator!!!add them using
%s%, a wrapper for shiny::tagAppendAttributes that automatically splices sherpa attribute helpersusing this "tag proxy". It proxies the
shiny::tags-Object but adds automatic splicing for sherpa attribute helpers.
