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

Function as_vector_int

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

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

39
40// [[Rcpp::export]]
41std::vector<int> as_vector_int( SEXP x){ return as< std::vector<int> >(x) ; }
42
43// [[Rcpp::export]]
44std::vector<double> as_vector_double( SEXP x){ return as< std::vector<double> >(x) ; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected