Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
669
Rcpp::CharacterVector runit_unique_ch(Rcpp::CharacterVector x) {
670
return Rcpp::unique(x);
671
}
672
673
// [[Rcpp::export]]
674
Rcpp::CharacterVector runit_sort_unique_ch(Rcpp::CharacterVector x,
Callers
nothing calls this directly
Calls
1
unique
Function · 0.85
Tested by
no test coverage detected