caption {switchboard} | R Documentation |
A caption widget
Description
The caption
widget displays a small title caption and smaller subtitle
caption.
Arguments
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 |
Value
Nothing.
Usage
caption(c("", ""), size = 1, placeOnGrid = c(1,1))
Examples
## Not run:
for(i in 1:250) {
switchboard(delay = 0.01) %>%
caption(c("A Title", "A small sub title"))
}
switchboard_close()
## End(Not run)