Description Arguments Value Usage Examples
The caption
widget displays a small title caption and smaller subtitle
caption.
eavesdrop |
Two strings of the caption widget as c("Title", "subTitle"). |
size |
A number used to designate the size (magnification) of the
widget. The default is set to |
placeOnGrid |
A row by column coordinate (e.g., |
extendRow |
An integer describing the number of columns a row should
extend through. Extends the width of the widget but not it's height. Used to
better organize text along a row within |
Nothing.
1 |
1 2 3 4 5 6 7 8 9 10 | ## Not run:
for(i in 1:250) {
switchboard(delay = 0.01) %>%
caption(c("A Title", "A small sub title"))
}
switchboard_close()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.