Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_lapply_rawfun
Function
runit_lapply_rawfun
inst/tinytest/cpp/sugar.cpp:231–234 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
229
230
// [[Rcpp::export]]
231
List runit_lapply_rawfun( NumericVector xx){
232
List res = lapply( xx, raw_square );
233
return res ;
234
}
235
236
// [[Rcpp::export]]
237
List runit_lapply_lambda(NumericVector xx){
Callers
nothing calls this directly
Calls
1
lapply
Function · 0.50
Tested by
no test coverage detected