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

Method set

inst/include/Rcpp/proxy/Binding.h:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 void set( SEXP x){
65 env.assign(name, x ) ;
66 }
67
68 EnvironmentClass& env ;
69 std::string name ;

Callers

nothing calls this directly

Calls 1

assignMethod · 0.45

Tested by

no test coverage detected