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

Function sort_unique

inst/include/Rcpp/sugar/functions/unique.h:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71template <int RTYPE, bool NA, typename T>
72inline Vector<RTYPE> sort_unique( const VectorBase<RTYPE,NA,T>& t , bool decreasing = false){
73 return unique<RTYPE,NA,T>( t ).sort(decreasing) ;
74}
75
76template <int RTYPE, bool NA, typename T, bool RHS_NA, typename RHS_T>
77inline LogicalVector in( const VectorBase<RTYPE,NA,T>& x, const VectorBase<RTYPE,RHS_NA,RHS_T>& table ){

Callers 1

runit_sort_unique_chFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected