append-methods {Rlibstree}R Documentation

Add strings to a StringSet.

Description

This method appends or adds one or more strings to an existing StringSet-class.

Methods

This method is for appending strings to a StringSet-class object after it has been constructed.
x = "StringSet", values = "character"
the first argument is the StringSet-class object to which the values are to be added, and the second is the strings that are being added.

[Package Rlibstree version 0.3-1 Index]