Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
39
NumericVector function_variadic(Function sort, NumericVector y){
40
return sort( y, Named(
"decreasing"
, true) ) ;
41
}
42
43
// [[Rcpp::export]]
44
Environment function_env(Function fun){
Callers
nothing calls this directly
Calls
1
Named
Function · 0.85
Tested by
no test coverage detected