MCPcopy 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]]
56int Dimension_const( SEXP ia ) {
57 simple ss(ia);
58 return ss.nrow();
59}
60
61// [[Rcpp::export]]
62SEXP evaluator_error() {

Callers

nothing calls this directly

Calls 1

nrowMethod · 0.45

Tested by

no test coverage detected