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

Function IntegerVector_int_init

inst/tinytest/cpp/Vector.cpp:665–668  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

663
664// [[Rcpp::export]]
665IntegerVector IntegerVector_int_init(){
666 IntegerVector x(2,4) ;
667 return x ;
668}
669
670// [[Rcpp::export]]
671bool containsElementNamed( List l, CharacterVector n){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected