c,testargs-method {testarguments} | R Documentation |
'testargs'
Combines an arbitrary number of 'testargs'
objects
## S4 method for signature 'testargs'
c(x, ...)
x |
object of class |
... |
objects of class |
If the argument and diagnostic names are inconsistent across objects,
the combined 'testargs'
object is constructed by simply taking the union
of all argument and diagnostic names. Then, rbind.fill()
is used to
combine the diagnostic data, producing intentional NA
values where appropriate.
An object of class 'testargs'
, the result of combining x
and ...