Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

search.task.trees

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

Examples

## Not run: 
search.task.trees() # c( ROOT=1) if you haven't used cd yet
cd( mytask)
search.task.trees() # c( "ROOT/mytask"=1, ROOT=2)

## End(Not run)

mvbutils

Workspace Organization, Code and Documentation Editing, Package Prep and Editing, Etc

v2.8.232
GPL (>= 2)
Authors
Mark V. Bravington <mark.bravington@csiro.au>
Initial release
2018-12-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.