fallThrough: Returns the first not null argument.

Description Usage Arguments Value

View source: R/fallThrough.R

Description

Returns the first not null argument.

Usage

1
fallThrough(..., na.as.null = FALSE)

Arguments

...

[any]
Parameter list.

na.as.null

[logical(1)]
Should NA values be treated like NULL? Default is FALSE.

Value

[any] The first not null (and possibly not NA) parameter.


jakobbossek/JBmisc documentation built on May 18, 2019, 9:08 a.m.