Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Dimension_const
Function
Dimension_const
inst/tinytest/cpp/misc.cpp:56–59 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
54
55
// [[Rcpp::export]]
56
int Dimension_const( SEXP ia ) {
57
simple ss(ia);
58
return ss.nrow();
59
}
60
61
// [[Rcpp::export]]
62
SEXP evaluator_error() {
Callers
nothing calls this directly
Calls
1
nrow
Method · 0.45
Tested by
no test coverage detected