MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / as_vector_double

Function as_vector_double

inst/tinytest/cpp/as.cpp:44–44  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

42
43// [[Rcpp::export]]
44std::vector<double> as_vector_double( SEXP x){ return as< std::vector<double> >(x) ; }
45
46// [[Rcpp::export]]
47std::vector<Rbyte> as_vector_raw( SEXP x){ return as< std::vector<Rbyte> >(x) ; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected