visible | R Documentation |
The visible()
function adjusts the visibility of a tag element. An
invisible element is both visually hidden and is also hidden from screen
readers.
visible(x, show)
x |
A tag element or .style pronoun. |
show |
A boolean specifying the visibility. One of,
|
An object of the same type as x
.
library(htmltools)
div(
.style %>%
visible(FALSE),
"Not visible"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.