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

Method nrow

inst/tinytest/cpp/misc.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30public:
31 simple(SEXP xp) : dd(xp) {}
32 int nrow() const { return dd[0]; }
33 int ncol() const { return dd[1]; }
34};
35

Callers 7

DataFrame_nrowFunction · 0.45
noprotect_matrixFunction · 0.45
Dimension_constFunction · 0.45
fastLmFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected