c-testargs-method: Combine objects of class "testargs"

Description Usage Arguments Details Value

Description

Combines an arbitrary number of 'testargs' objects

Usage

1
2
## S4 method for signature 'testargs'
c(x, ...)

Arguments

x

object of class 'testargs'

...

objects of class 'testargs' to be combined with x

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 ...


testarguments documentation built on May 28, 2021, 9:06 a.m.