Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ rownames
Function
rownames
inst/include/Rcpp/vector/Matrix.h:209–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
};
208
209
inline internal::DimNameProxy rownames(SEXP x) {
210
return internal::DimNameProxy(x, 0);
211
}
212
213
inline internal::DimNameProxy colnames(SEXP x) {
214
return internal::DimNameProxy(x, 1);
Callers
2
runit_rownames_colnames_proxy
Function · 0.85
runit_rownames_proxy
Function · 0.85
Calls
1
DimNameProxy
Class · 0.85
Tested by
no test coverage detected