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

Function runit_unique_int

inst/tinytest/cpp/sugar.cpp:659–661  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

657
658// [[Rcpp::export]]
659Rcpp::IntegerVector runit_unique_int(Rcpp::IntegerVector x) {
660 return Rcpp::unique(x);
661}
662
663// [[Rcpp::export]]
664Rcpp::NumericVector runit_unique_dbl(Rcpp::NumericVector x) {

Callers

nothing calls this directly

Calls 1

uniqueFunction · 0.85

Tested by

no test coverage detected