draw_search.Rd
Draw the current search() path in the terminal
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 │
#> └──────────────────────┘