Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ncol
Function · 0.45
matrix_generic
Function · 0.45
runit_NumericMatrix_cumsum
Function · 0.45
runit_NumericMatrix_colsum
Function · 0.45
fastLm
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected