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

Method ncol

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

Source from the content-addressed store, hash-verified

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

Callers 5

DataFrame_ncolFunction · 0.45
matrix_genericFunction · 0.45
fastLmFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected