RC.tree {RC}R Documentation

Fetch tree of parent & child relationships

Description

Creates a tree of parent-child relationships of all computations that correspond to a specific computation. The tree contains all parents and children of the 'current' computation. The sisters/brothers however are not displayed.

Usage

RC.tree(url = "")

Arguments

url The unique URL of the 'current' computation

Examples

#search computations with the 'babies' keyword
#r <- RC.ls(keyword="babies")
#fetch and print the tree about the first computation from the list
#mytree.1 <- RC.tree(r$url[1])
#RC.print.tree(mytree.1)
#fetch the tree based on the root parent
#mytree.2 <- RC.tree(mytree.1$url[1])
#print the entire tree (generates a lot of output)
#RC.print.tree(mytree.2)

[Package RC version 1.0.1.27 Index]