'testargs'
Combines an arbitrary number of 'testargs'
objects
# S4 method for testargs
c(x, ...)
object of class 'testargs'
objects of class 'testargs'
to be combined with x
An object of class 'testargs'
, the result of combining x
and ...
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.