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

Function function_variadic

inst/tinytest/cpp/Function.cpp:39–41  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

37
38// [[Rcpp::export]]
39NumericVector function_variadic(Function sort, NumericVector y){
40 return sort( y, Named("decreasing", true) ) ;
41}
42
43// [[Rcpp::export]]
44Environment function_env(Function fun){

Callers

nothing calls this directly

Calls 1

NamedFunction · 0.85

Tested by

no test coverage detected