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

Function character_find_

inst/tinytest/cpp/Vector.cpp:626–629  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

624
625// [[Rcpp::export]]
626int character_find_(CharacterVector y){
627 CharacterVector::iterator it = std::find( y.begin(), y.end(), "foo" ) ;
628 return std::distance( y.begin(), it );
629}
630
631// [[Rcpp::export]]
632List character_create_(){

Callers

nothing calls this directly

Calls 3

findFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected