draw_search.Rd
Draw the current search() path in the terminal
Character vector
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()
}
#> ┌──────────────────────┐
#> │ package:base │
#> └──────────────────────┘
#> ^
#> │
#> ┌──────────────────────┐
#> │ tools:callr │
#> └──────────────────────┘
#> ^
#> │
#> ┌──────────────────────┐
#> │ Autoloads │
#> └──────────────────────┘
#> ^
#> │
#> ┌──────────────────────┐
#> │ package:methods │
#> └──────────────────────┘
#> ^
#> │
#> ┌──────────────────────┐
#> │ package:datasets │
#> └──────────────────────┘
#> ^
#> │
#> ┌──────────────────────┐
#> │ package:utils │
#> └──────────────────────┘
#> ^
#> │
#> ┌──────────────────────┐
#> │ package:grDevices │
#> └──────────────────────┘
#> ^
#> │
#> ┌──────────────────────┐
#> │ package:graphics │
#> └──────────────────────┘
#> ^
#> │
#> ┌──────────────────────┐
#> │ package:stats │
#> └──────────────────────┘
#> ^
#> │
#> ┌──────────────────────┐
#> │ package:environments │
#> └──────────────────────┘
#> ^
#> │
#> ┌──────────────────────┐
#> │ .GlobalEnv │
#> └──────────────────────┘