Description Usage Value See Also Examples
Returns the search positions of loaded tasks, with names showing the attached branch of the tree– see Examples.
1 |
Increasing numeric vector with names such as "ROOT", "ROOT/top.task", "ROOT/top.task/sub.task".
1 2 3 4 5 6 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.