NAs.SPLITT-colon-colon-IsNA.RdThis is a template function with a specification for the type uint.
template<class T> inline bvec IsNA(std::vector<T> const& x, T const& NA);
inline bvec IsNA(uvec const& x);
The element type T must define an == operator.
| x | a |
|---|---|
| NA |
|
a bvec of the same length as x
with false everywhere, except for the positions where there are NAs.
Other global functions: SPLITT::At,
SPLITT::Match,
SPLITT::NotIsNA, SPLITT::Seq,
SPLITT::SortIndices