[[Rcpp::export]]
| 39 | |
| 40 | // [[Rcpp::export]] |
| 41 | std::vector<int> as_vector_int( SEXP x){ return as< std::vector<int> >(x) ; } |
| 42 | |
| 43 | // [[Rcpp::export]] |
| 44 | std::vector<double> as_vector_double( SEXP x){ return as< std::vector<double> >(x) ; } |
nothing calls this directly
no outgoing calls
no test coverage detected