[[Rcpp::export]]
| 24 | |
| 25 | // [[Rcpp::export]] |
| 26 | DataFrame FromSEXP( SEXP x){ |
| 27 | DataFrame df(x) ; |
| 28 | return df; |
| 29 | } |
| 30 | |
| 31 | // [[Rcpp::export]] |
| 32 | SEXP index_byName( DataFrame df, std::string s ){ |
nothing calls this directly
no outgoing calls
no test coverage detected