Learn R Programming

GeneralTree (version 0.0.1)

searchData: Search for an id in starting at a point in the tree and return the data matching the id.

Description

Search for an id in starting at a point in the tree and return the data matching the id.

Usage

searchData(self, id)

Arguments

self
the node where to start searching.
id
the id to look for.

Value

The data associated with an id.