search.task.trees: Locate loaded tasks on search path.

search.task.treesR Documentation

Locate loaded tasks on search path.

Description

Returns the search positions of loaded tasks, with names showing the attached branch of the tree– see Examples.

Usage

search.task.trees()

Value

Increasing numeric vector with names such as "ROOT", "ROOT/top.task", "ROOT/top.task/sub.task".

See Also

cd

Examples

## Not run: 
if( FALSE && is_very_annoying( CRAN)){ # otherwise CMD CHECK --as-cran tries to run this :/
  search.task.trees() # c( ROOT=1) if you haven't used cd yet
  cd( mytask)
  search.task.trees() # c( "ROOT/mytask"=1, ROOT=2)
} # if F

## End(Not run)

mvbutils documentation built on May 25, 2026, 5:09 p.m.