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

Method nrow

inst/include/Rcpp/sugar/functions/cbind.h:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 inline R_xlen_t nrow() const {
69 return static_cast<const E&>(*this).nrow();
70 }
71
72 inline R_xlen_t ncol() const {
73 return static_cast<const E&>(*this).ncol();

Callers

nothing calls this directly

Calls 1

nrowMethod · 0.45

Tested by

no test coverage detected