View source: R/low-hanging_indicators.R
which_na | R Documentation |
which_na
finds out which observations are NA in a list of vectors.
which_na(l)
which_negative(l)
which_not_ratio(l)
l |
list of vectors |
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
numeric vector with index
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.