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

Function sapply

inst/include/Rcpp/vector/ListOf.h:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133template <typename T, typename Function>
134T sapply(const ListOf<T>& t, Function fun) {
135 return sapply(t.get(), fun);
136}
137
138} // Rcpp
139

Callers 7

test_sapply_stringFunction · 0.50
runit_sapplyFunction · 0.50
runit_sapply_rawfunFunction · 0.50
runit_sapply_lambdaFunction · 0.50
runit_sapply_squareFunction · 0.50
runit_sapply_listFunction · 0.50
test_sapply_sumFunction · 0.50

Calls 1

getMethod · 0.45

Tested by 2

test_sapply_stringFunction · 0.40
test_sapply_sumFunction · 0.40