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

Function as_vector_bool

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

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

48
49// [[Rcpp::export]]
50std::vector<bool> as_vector_bool( SEXP x){ return as< std::vector<bool> >(x) ; }
51
52// [[Rcpp::export]]
53std::vector<std::string> as_vector_string( SEXP x){ return as< std::vector<std::string> >(x) ; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected