[[Rcpp::export]]
| 651 | |
| 652 | // [[Rcpp::export]] |
| 653 | List List_extract( List input ){ |
| 654 | bool a = input[0] ; |
| 655 | int b = input[1] ; |
| 656 | return List::create(a, b) ; |
| 657 | } |
| 658 | |
| 659 | // [[Rcpp::export]] |
| 660 | CharacterVector factors( CharacterVector s){ |
nothing calls this directly
no outgoing calls
no test coverage detected