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

Function runit_unique_ch

inst/tinytest/cpp/sugar.cpp:669–671  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

667
668// [[Rcpp::export]]
669Rcpp::CharacterVector runit_unique_ch(Rcpp::CharacterVector x) {
670 return Rcpp::unique(x);
671}
672
673// [[Rcpp::export]]
674Rcpp::CharacterVector runit_sort_unique_ch(Rcpp::CharacterVector x,

Callers

nothing calls this directly

Calls 1

uniqueFunction · 0.85

Tested by

no test coverage detected