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

Function na_omit

inst/include/Rcpp/sugar/functions/na_omit.h:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74template <int RTYPE, bool NA, typename T>
75inline Vector<RTYPE> na_omit( const VectorBase<RTYPE,NA,T>& t){
76 return sugar::na_omit_impl<RTYPE,NA,T>(
77 t.get_ref(),
78 typename Rcpp::traits::same_type<T,Vector<RTYPE> >::type()
79 ) ;
80}
81
82} // Rcpp
83#endif

Callers 3

runit_na_omitFunction · 0.85
MedianMethod · 0.85
MedianMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected