print.proc: Print method for class '"proc"'

Description Usage Arguments Value

View source: R/proc_object.R

Description

Print method for class "proc"

Usage

1
2
## S3 method for class '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.

...

not used.

Value

print.proc invisibly returns the "proc" object it prints.


ProcData documentation built on April 1, 2021, 5:07 p.m.