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

Function character_names_indexing

inst/tinytest/cpp/Vector.cpp:611–614  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

609
610// [[Rcpp::export]]
611std::string character_names_indexing( CharacterVector y ){
612 std::string foo( y["foo"] ) ;
613 return foo ;
614}
615
616// [[Rcpp::export]]
617List character_listOf( List ll ){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected