Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_lapply
Function
runit_lapply
inst/tinytest/cpp/sugar.cpp:225–228 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
223
224
// [[Rcpp::export]]
225
List runit_lapply( NumericVector xx ){
226
List res = lapply( xx, square<double>() );
227
return res ;
228
}
229
230
// [[Rcpp::export]]
231
List runit_lapply_rawfun( NumericVector xx){
Callers
nothing calls this directly
Calls
1
lapply
Function · 0.50
Tested by
no test coverage detected