float | R Documentation |
Use float()
to float an element to the left or right side of its parent
element. A newspaper layout is a classic example where an image is floated
with text wrapped around.
float(x, side)
x |
A tag element or .style pronoun. |
side |
A responsive argument. One of |
div() %>% float("left")
# ->
div() %>% cascadess::float("left")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.