MCPcopy 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
209inline internal::DimNameProxy rownames(SEXP x) {
210 return internal::DimNameProxy(x, 0);
211}
212
213inline internal::DimNameProxy colnames(SEXP x) {
214 return internal::DimNameProxy(x, 1);

Callers 2

runit_rownames_proxyFunction · 0.85

Calls 1

DimNameProxyClass · 0.85

Tested by

no test coverage detected