[[Rcpp::export]]
| 683 | |
| 684 | // [[Rcpp::export]] |
| 685 | LogicalVector runit_duplicated( CharacterVector x){ |
| 686 | return duplicated( x ) ; |
| 687 | } |
| 688 | |
| 689 | // [[Rcpp::export]] |
| 690 | IntegerVector runit_union( IntegerVector x, IntegerVector y){ |
nothing calls this directly
no test coverage detected