arbitrate.NULL {yamlet}R Documentation

Arbitrate Null

Description

Arbitrates two attributes, the first of which is NULL. Simply returns the second.

Usage

## S3 method for class ''NULL''
arbitrate(x, y, ...)

Arguments

x

left attribute

y

right attribute

...

passed arguments

Value

class of y


[Package yamlet version 1.2.5 Index]