breakpoints | R Documentation |
A generic constructor for responsive breakpoints.
breakpoints(..., xs = NULL, sm = NULL, md = NULL, lg = NULL)
... |
Other breakpoints (e.g., |
xs |
The default value to apply to the |
sm |
Values to apply at the |
md |
Values to apply at the |
lg |
Values to apply at the |
Bootstrap's Breakpoints article provides more detail on breakpoints and how they are used and customized.
breakpoints()
is used by layout_columns()
.
breakpoints(sm = c(4, 4, 4), md = c(3, 3, 6), lg = c(-2, 8, -2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.