.sigLabel {RNeXML} | R Documentation |
Create a label for a method signature
Description
Creates a label for a signature mirroring the result of .sigLabel()
in the methods
package, which unfortunately does not export the function.
This is needed, for example, for the excluded
slot in the
MethodWithNext
class.
Usage
.sigLabel(signature)
Arguments
signature |
the signature for which to create a label, as a vector
or list of strings, or as an instance of |
Value
a character string
[Package RNeXML version 2.4.11 Index]