MCPcopy 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]]
94IntegerVector DataFrame_ncol( DataFrame df){
95 return IntegerVector::create(df.ncol(), df.cols());
96}
97
98// [[Rcpp::export]]
99DataFrame DataFrame_PushBackNamed(){

Callers

nothing calls this directly

Calls 2

ncolMethod · 0.45
colsMethod · 0.45

Tested by

no test coverage detected