View source: R/design-display.R
display | R Documentation |
Use the display()
utility to adjust how a tag element is rendered. All
arguments are responsive allowing you to hide elements on small screens or
convert elements from inline to block on large screens.
display(x, type)
x |
A tag element or .style pronoun. |
type |
A responsive argument. One of |
div() %>% display()
# ->
div() %>% cascadess::display()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.