Learn R Programming

testarguments (version 0.0.1)

c,testargs-method: Combine objects of class 'testargs'

Description

Combines an arbitrary number of 'testargs' objects

Usage

# S4 method for testargs
c(x, ...)

Arguments

x

object of class 'testargs'

...

objects of class 'testargs' to be combined with x

Value

An object of class 'testargs', the result of combining x and ...

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.