first_not_na {tidytidbits}R Documentation

First argument that is not NA

Description

First argument that is not NA

Usage

first_not_na(...)

Arguments

...

Values

Value

The first argument that is not NA, or NA iff all are NA


[Package tidytidbits version 0.3.2 Index]