lapply-methods | 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.
the first argument is the 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.