Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ sample_list
Function
sample_list
inst/tinytest/cpp/sugar.cpp:1252–1255 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
1250
1251
// [[Rcpp::export]]
1252
List sample_list(List x, int sz, bool rep = false, sugar::probs_t p = R_NilValue)
1253
{
1254
return sample(x, sz, rep, p);
1255
}
1256
1257
1258
// 31 January 2017: upper_tri, lower_tri
Callers
nothing calls this directly
Calls
1
sample
Function · 0.85
Tested by
no test coverage detected