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

Function integer_erase

inst/tinytest/cpp/Vector.cpp:212–215  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

210
211// [[Rcpp::export]]
212IntegerVector integer_erase( IntegerVector y ){
213 y.erase(2) ;
214 return y ;
215}
216
217// [[Rcpp::export]]
218List integer_erase_range( IntegerVector x, IntegerVector y ){

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected