[[Rcpp::export]]
| 48 | |
| 49 | // [[Rcpp::export]] |
| 50 | std::vector<bool> as_vector_bool( SEXP x){ return as< std::vector<bool> >(x) ; } |
| 51 | |
| 52 | // [[Rcpp::export]] |
| 53 | std::vector<std::string> as_vector_string( SEXP x){ return as< std::vector<std::string> >(x) ; } |
nothing calls this directly
no outgoing calls
no test coverage detected