[[Rcpp::export]]
| 42 | |
| 43 | // [[Rcpp::export]] |
| 44 | std::vector<double> as_vector_double( SEXP x){ return as< std::vector<double> >(x) ; } |
| 45 | |
| 46 | // [[Rcpp::export]] |
| 47 | std::vector<Rbyte> as_vector_raw( SEXP x){ return as< std::vector<Rbyte> >(x) ; } |
nothing calls this directly
no outgoing calls
no test coverage detected