powered by
Clone a process object. Write protection is set to FALSE for the new Process object.
# S3 method for Process clone(this, ...)
A Process object.
Not used.
For more information see Process.
Process
# NOT RUN { # create a process object p<-Process() # clone process object pp<-clone(p) # check identity p == pp # }
Run the code above in your browser using DataLab