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

Function containsElementNamed

inst/tinytest/cpp/Vector.cpp:671–673  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

669
670// [[Rcpp::export]]
671bool containsElementNamed( List l, CharacterVector n){
672 return l.containsElementNamed(n[0]);
673}
674
675// [[Rcpp::export]]
676List CharacterVectorEqualityOperator( CharacterVector x, CharacterVector y){

Callers

nothing calls this directly

Calls 1

containsElementNamedMethod · 0.80

Tested by

no test coverage detected