powered by
Get the name of a Process object.
# S3 method for Process getName(this, ...)
A Process object.
Not used.
A charcter vector of length one.
For more information see Process.
Process
# NOT RUN { # create a Process object p<-Process() # get object name getName(p) # get name via virtual field p$name # }
Run the code above in your browser using DataLab