Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_pl_variadic_2
Function
runit_pl_variadic_2
inst/tinytest/cpp/language.cpp:146–148 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
144
145
// [[Rcpp::export]]
146
Pairlist runit_pl_variadic_2(){
147
return Pairlist(
"rnorm"
, 10, Named(
"mean"
,0.0), 2.0 ) ;
148
}
149
150
// [[Rcpp::export]]
151
Pairlist runit_pl_push_front(){
Callers
nothing calls this directly
Calls
1
Named
Function · 0.85
Tested by
no test coverage detected