Description Usage Arguments Value Author(s) See Also Examples
Get the character representation of a Process object. The string returned is the unique Process object identifier (class name + process name + object hash).
1 2 | ## S3 method for class 'Process'
as.character(x, ...)
|
x |
A Process object |
... |
Not used. |
A character vector of length one.
Botond Sipos, Gregory Jordan
For more information see Process
.
1 2 3 4 5 6 | # create a Process object
p<-Process()
# get charatcer representation
x<-as.character(p)
print(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.