lapply-methods {Rlibstree} | R Documentation |
This function loops over the elements of a StringSet and
evaluates the specified function on each value.
Since the StringSet-class
is an
opaque, internal data structure of the libstree
library, this method takes care of handling
the details of the iteration.
StringSet-class
whose elements are to be processed sequentially.
The second argument is a function which is called for
each element. The argument to this function
is the string from that element of the string set.