NA
s.SPLITT-colon-colon-IsNA.Rd
This 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 NA
s.
Other global functions: SPLITT::At
,
SPLITT::Match
,
SPLITT::NotIsNA
, SPLITT::Seq
,
SPLITT::SortIndices