draw_search: Draw the current search() path in the terminal

View source: R/cli.R

boxx_searchR Documentation

Description

Draw the current search() path in the terminal

Usage

boxx_search(labels = search(), width = NULL)

draw_search(labels = rev(search()), width = NULL)

Arguments

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.

Value

Nothing.

Examples

if (requireNamespace("cli", quietly = TRUE)) {
  draw_search()
}


HenrikBengtsson/environments documentation built on Jan. 15, 2025, 12:58 a.m.