c,testargs-method {testarguments} | R Documentation |
Combine objects of class 'testargs'
Description
Combines an arbitrary number of 'testargs'
objects
Usage
## S4 method for signature 'testargs'
c(x, ...)
Arguments
x |
object of class |
... |
objects of class |
Details
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.
Value
An object of class 'testargs'
, the result of combining x
and ...
[Package testarguments version 0.0.1 Index]