Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ nrow
Method
nrow
inst/include/Rcpp/sugar/functions/cbind.h:193–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
inline R_xlen_t size() const { return e1.size() + e2.size(); }
192
193
inline R_xlen_t nrow() const { return e1.nrow(); }
194
195
inline R_xlen_t ncol() const { return e1.ncol() + e2.ncol(); }
196
Callers
15
nrow
Method · 0.45
ContainerBindable
Method · 0.45
JoinOp
Method · 0.45
size
Method · 0.45
nrow
Method · 0.45
size
Method · 0.45
nrow
Method · 0.45
operator[]
Method · 0.45
size
Method · 0.45
nrow
Method · 0.45
operator[]
Method · 0.45
get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected