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

Function integer_names_get

inst/tinytest/cpp/Vector.cpp:183–185  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

181
182// [[Rcpp::export]]
183CharacterVector integer_names_get( IntegerVector y ){
184 return y.names() ;
185}
186
187// [[Rcpp::export]]
188int integer_names_indexing( IntegerVector y ){

Callers

nothing calls this directly

Calls 1

namesMethod · 0.80

Tested by

no test coverage detected