[[Rcpp::export]]
| 609 | |
| 610 | // [[Rcpp::export]] |
| 611 | std::string character_names_indexing( CharacterVector y ){ |
| 612 | std::string foo( y["foo"] ) ; |
| 613 | return foo ; |
| 614 | } |
| 615 | |
| 616 | // [[Rcpp::export]] |
| 617 | List character_listOf( List ll ){ |
nothing calls this directly
no outgoing calls
no test coverage detected