| 73 | |
| 74 | template <int RTYPE, bool NA, typename T> |
| 75 | inline 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 |
no outgoing calls
no test coverage detected