MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / is_na

Function is_na

inst/include/Rcpp/sugar/functions/is_na.h:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90template <int RTYPE, bool NA, typename T>
91inline sugar::IsNa<RTYPE,NA,T> is_na( const Rcpp::VectorBase<RTYPE,NA,T>& t) {
92 return sugar::IsNa<RTYPE,NA,T>(t);
93}
94
95inline sugar::IsNa_Vector_is_na<oldDatetimeVector> is_na(const oldDatetimeVector& x) {
96 return sugar::IsNa_Vector_is_na<oldDatetimeVector>( x ) ;

Callers 3

na_omit_implFunction · 0.70
MedianClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected