boxx_search | R Documentation |
Draw the current search() path in the terminal
boxx_search(labels = search(), width = NULL)
draw_search(labels = rev(search()), width = NULL)
labels |
Character vector |
width |
The common width of the boxes in number of characters. If NULL, the width of the widest box will be used. |
Nothing.
if (requireNamespace("cli", quietly = TRUE)) {
draw_search()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.