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

Function runit_duplicated

inst/tinytest/cpp/sugar.cpp:685–687  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

683
684// [[Rcpp::export]]
685LogicalVector runit_duplicated( CharacterVector x){
686 return duplicated( x ) ;
687}
688
689// [[Rcpp::export]]
690IntegerVector runit_union( IntegerVector x, IntegerVector y){

Callers

nothing calls this directly

Calls 1

duplicatedFunction · 0.85

Tested by

no test coverage detected