n_available {tern}R Documentation

Number of available (non-missing entries) in a vector

Description

Small utility function for better readability.

Usage

n_available(x)

Arguments

x

(vector)
vector in which to count non-missing values.

Value

Number of non-missing values.


[Package tern version 0.9.6 Index]