View source: R/flex-direction.R
flex_direction | R Documentation |
The flex_direction()
function adjusts the
flex_direction(x, ...)
x |
A tag element or .style pronoun. |
... |
A character string specifying a direction. One of,
|
An object of the same type as x
.
Other flex utilities:
flex_align()
,
flex_content()
,
flex_display()
,
flex_justify()
,
flex_wrap()
,
item_align()
,
item_fill()
,
item_grow()
,
item_order()
library(htmltools)
div(
.style %>%
flex_display() %>%
flex_direction("column")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.