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

Function find

inst/include/Rcpp/Environment.h:130–133  ·  view source on GitHub ↗

* Get an object from the environment or one of its * parents * * @param name name of the object * */

Source from the content-addressed store, hash-verified

128 *
129 */
130 SEXP find( const std::string& name) const{
131 Symbol nameSym = Rf_install(name.c_str());
132 return find(nameSym);
133 }
134
135 /**
136 * Get an object from the environment or one of its

Callers 4

character_find_Function · 0.85
get_indicesMethod · 0.85
checkRSignatureFunction · 0.85

Calls 1

Rcpp_eval_implFunction · 0.85

Tested by

no test coverage detected