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

Function runit_unique_dbl

inst/tinytest/cpp/sugar.cpp:664–666  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

662
663// [[Rcpp::export]]
664Rcpp::NumericVector runit_unique_dbl(Rcpp::NumericVector x) {
665 return Rcpp::unique(x);
666}
667
668// [[Rcpp::export]]
669Rcpp::CharacterVector runit_unique_ch(Rcpp::CharacterVector x) {

Callers

nothing calls this directly

Calls 1

uniqueFunction · 0.85

Tested by

no test coverage detected