Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
88
IntegerVector 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
nrow
Method · 0.45
rows
Method · 0.45
Tested by
no test coverage detected