which_na: find unique obs with specific characteristics

View source: R/low-hanging_indicators.R

which_naR Documentation

find unique obs with specific characteristics

Description

which_na finds out which observations are NA in a list of vectors.

Usage

which_na(l)

which_negative(l)

which_not_ratio(l)

Arguments

l

list of vectors

Details

which_negative finds out which observations are negative in a list of vectors.

which_not_ratio finds out which observations are not between 0 and 1 in a list of vectors

Value

numeric vector with index

Functions

  • which_negative(): finds out which observations are negative in a list of vectors

  • which_not_ratio(): finds out which observations are not between 0 and 1 in a list of vectors


PIP-Technical-Team/wbpip documentation built on Nov. 29, 2024, 6:57 a.m.