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

Function createOne

inst/tinytest/cpp/DataFrame.cpp:49–52  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

47
48// [[Rcpp::export]]
49DataFrame createOne(){
50 IntegerVector v = IntegerVector::create(1,2,3);
51 return DataFrame::create(Named("a")=v);
52}
53
54// [[Rcpp::export]]
55DataFrame createTwo(){

Callers

nothing calls this directly

Calls 1

NamedFunction · 0.85

Tested by

no test coverage detected