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

Function runit_lang_fun

inst/tinytest/cpp/language.cpp:68–72  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

66
67// [[Rcpp::export]]
68SEXP runit_lang_fun( Function fun, IntegerVector x ){
69 Language call( fun );
70 call.push_back(x) ;
71 return Rcpp_fast_eval( call, R_GlobalEnv ) ;
72}
73
74// [[Rcpp::export]]
75Language runit_lang_inputop(){

Callers

nothing calls this directly

Calls 2

Rcpp_fast_evalFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected