border_width | R Documentation |
Adjust the boder width of a tag element.
border_width(x, width)
x |
A tag element or .style pronoun. |
width |
A number between |
An object of the same type as x
.
Other border utilities:
border_color()
library(htmltools)
div(
.style %>%
border_all() %>%
border_width(3) %>%
border_color(theme_primary())
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.