powered by
Get the character representation of a Process object. The string returned is the unique Process object identifier (class name + process name + object hash).
# S3 method for Process as.character(x, ...)
A Process object
Not used.
A character vector of length one.
For more information see Process.
Process
# NOT RUN { # create a Process object p<-Process() # get charatcer representation x<-as.character(p) print(x) # }
Run the code above in your browser using DataLab