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

Function as_vector_string

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

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

51
52// [[Rcpp::export]]
53std::vector<std::string> as_vector_string( SEXP x){ return as< std::vector<std::string> >(x) ; }
54
55// [[Rcpp::export]]
56std::deque<int> as_deque_int( SEXP x){ return as< std::deque<int> >(x) ; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected