Description Usage Arguments Value Author(s) See Also Examples
Return the character representation of a GeneralSubstitution object.
The character representation is the object id as returned by the
getId.Process
method defined in the parent class.
1 2 | ## S3 method for class 'GeneralSubstitution'
as.character(x, ...)
|
x |
A GeneralSubstitution object. |
... |
Not used. |
A character vector of length one.
Botond Sipos, Gregory Jordan
For more information see GeneralSubstitution
.
1 2 3 4 5 6 7 | # create a GeneralSubstitution object
p<-GeneralSubstitution(name="MySubst")
# get character representation
as.character(p)
# the same implicitly
p
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.