[[Rcpp::export]]
| 663 | |
| 664 | // [[Rcpp::export]] |
| 665 | IntegerVector IntegerVector_int_init(){ |
| 666 | IntegerVector x(2,4) ; |
| 667 | return x ; |
| 668 | } |
| 669 | |
| 670 | // [[Rcpp::export]] |
| 671 | bool containsElementNamed( List l, CharacterVector n){ |
nothing calls this directly
no outgoing calls
no test coverage detected