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

Function DataFrame_PushFrontUnnamed

inst/tinytest/cpp/DataFrame.cpp:126–132  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

124
125// [[Rcpp::export]]
126DataFrame DataFrame_PushFrontUnnamed(){
127 NumericVector u(2);
128 NumericVector v(2);
129 DataFrame df = DataFrame::create(_["u"] = u);
130 df.push_front(v);
131 return df;
132}
133
134// [[Rcpp::export]]
135DataFrame DataFrame_PushFrontDataFrame(){

Callers

nothing calls this directly

Calls 1

push_frontMethod · 0.45

Tested by

no test coverage detected