disable_all_tags | R Documentation |
Method to disable all html tags to not allow users to interact with the html.
disable_all_tags(ele)
ele |
html tag element |
An htmltools HTML object with appended class = "disabled"
and
disabled
attributes on all tags.
# add an href to all a tags
disable_all_tags(
htmltools::tagList(
htmltools::a(),
htmltools::a()
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.