Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
template <int RTYPE,bool NA, typename T>
56
inline 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_tail
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected