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

Function tail

inst/include/Rcpp/sugar/functions/tail.h:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55template <int RTYPE,bool NA, typename T>
56inline sugar::Tail<RTYPE,NA,T> tail(
57 const VectorBase<RTYPE,NA,T>& t,
58 R_xlen_t n
59 ){
60 return sugar::Tail<RTYPE,NA,T>( t, n ) ;
61}
62
63} // Rcpp
64#endif

Callers 1

runit_tailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected