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

Method DataFrame_Impl

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

Source from the content-addressed store, hash-verified

40 typedef Vector<VECSXP, StoragePolicy> Parent ;
41
42 DataFrame_Impl() : Parent( internal::empty_data_frame() ){}
43 DataFrame_Impl(SEXP x) : Parent(x) {
44 set__(x);
45 }

Callers

nothing calls this directly

Calls 1

empty_data_frameFunction · 0.85

Tested by

no test coverage detected