Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
183
CharacterVector integer_names_get( IntegerVector y ){
184
return y.names() ;
185
}
186
187
// [[Rcpp::export]]
188
int integer_names_indexing( IntegerVector y ){
Callers
nothing calls this directly
Calls
1
names
Method · 0.80
Tested by
no test coverage detected