powered by
Returns the search positions of loaded tasks, with names showing the attached branch of the tree-- see Examples.
search.task.trees()
Increasing numeric vector with names such as "ROOT", "ROOT/top.task", "ROOT/top.task/sub.task".
cd
# 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) # }
Run the code above in your browser using DataLab