Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ DataFrame_ncol
Function
DataFrame_ncol
inst/tinytest/cpp/DataFrame.cpp:94–96 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
92
93
// [[Rcpp::export]]
94
IntegerVector DataFrame_ncol( DataFrame df){
95
return IntegerVector::create(df.ncol(), df.cols());
96
}
97
98
// [[Rcpp::export]]
99
DataFrame DataFrame_PushBackNamed(){
Callers
nothing calls this directly
Calls
2
ncol
Method · 0.45
cols
Method · 0.45
Tested by
no test coverage detected