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

Method create

inst/include/Rcpp/DataFrame.h:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 inline R_xlen_t cols() const { return DataFrame_Impl::length(); }
104
105 static DataFrame_Impl create(){
106 return DataFrame_Impl() ;
107 }
108 template <typename... T>
109 static DataFrame_Impl create(const T&... args) {
110 return DataFrame_Impl::from_list(Parent::create(args...));

Callers

nothing calls this directly

Calls 1

DataFrame_ImplClass · 0.85

Tested by

no test coverage detected