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

Function runit_head

inst/tinytest/cpp/sugar.cpp:515–520  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

513
514// [[Rcpp::export]]
515List runit_head( NumericVector xx ){
516 return List::create(
517 _["pos"] = head( xx, 5 ),
518 _["neg"] = head( xx, -5 )
519 ) ;
520}
521
522// [[Rcpp::export]]
523List runit_tail( NumericVector xx ){

Callers

nothing calls this directly

Calls 1

headFunction · 0.85

Tested by

no test coverage detected