print.proc: Print method for class "proc"
Description
Print method for class "proc"
Usage
# S3 method for proc
print(x, n = 5, index = NULL, quote = FALSE, ...)
Arguments
x
an object of class "proc"
n
number of processes to be printed.
index
indice of processes to be printed.
quote
logical, indicating whether or not strings should be printed with surrounding quotes.
Value
print.proc
invisibly returns the "proc"
object it prints.