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

Function DataFrame_nrow

inst/tinytest/cpp/DataFrame.cpp:88–90  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

86
87// [[Rcpp::export]]
88IntegerVector DataFrame_nrow( DataFrame df){
89 return IntegerVector::create(df.nrow(), df.rows()) ;
90}
91
92
93// [[Rcpp::export]]

Callers

nothing calls this directly

Calls 2

nrowMethod · 0.45
rowsMethod · 0.45

Tested by

no test coverage detected