first_non_na: First non-NA in a vector Calculate the first value in a...

View source: R/utilities.R

first_non_naR Documentation

First non-NA in a vector Calculate the first value in a vector that's not an NA, otherwise return NA

Description

First non-NA in a vector Calculate the first value in a vector that's not an NA, otherwise return NA

Usage

first_non_na(x)

Arguments

x

vector


dmbwebb/trackr documentation built on Oct. 19, 2024, 2:34 a.m.