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

Function DataFrame_PushBackUnnamed

inst/tinytest/cpp/DataFrame.cpp:108–114  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

106
107// [[Rcpp::export]]
108DataFrame DataFrame_PushBackUnnamed(){
109 NumericVector u(2);
110 NumericVector v(2);
111 DataFrame df = DataFrame::create(_["u"] = u);
112 df.push_back(v);
113 return df;
114}
115
116// [[Rcpp::export]]
117DataFrame DataFrame_PushFrontNamed(){

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected