[[Rcpp::export]]
| 669 | |
| 670 | // [[Rcpp::export]] |
| 671 | bool containsElementNamed( List l, CharacterVector n){ |
| 672 | return l.containsElementNamed(n[0]); |
| 673 | } |
| 674 | |
| 675 | // [[Rcpp::export]] |
| 676 | List CharacterVectorEqualityOperator( CharacterVector x, CharacterVector y){ |
nothing calls this directly
no test coverage detected